Home
last modified time | relevance | path

Searched refs:uv_width_subsampling (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libaom/av1/encoder/
H A Dextend.c124 const int uv_width_subsampling = src->subsampling_x; in av1_copy_and_extend_frame() local
127 const int el_uv = el_y >> uv_width_subsampling; in av1_copy_and_extend_frame()
129 const int er_uv = er_y >> uv_width_subsampling; in av1_copy_and_extend_frame()
/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_extend.c127 const int uv_width_subsampling = (src->uv_width != src->y_width); in vp9_copy_and_extend_frame() local
130 const int el_uv = el_y >> uv_width_subsampling; in vp9_copy_and_extend_frame()
132 const int er_uv = er_y >> uv_width_subsampling; in vp9_copy_and_extend_frame()