Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dextend.c119 const int uv_height_subsampling = (src->uv_height != src->y_height); in av1_copy_and_extend_frame() local
120 const int et_uv = et_y >> uv_height_subsampling; in av1_copy_and_extend_frame()
122 const int eb_uv = eb_y >> uv_height_subsampling; in av1_copy_and_extend_frame()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_extend.c120 const int uv_height_subsampling = (src->uv_height != src->y_height); in vp9_copy_and_extend_frame() local
121 const int et_uv = et_y >> uv_height_subsampling; in vp9_copy_and_extend_frame()
123 const int eb_uv = eb_y >> uv_height_subsampling; in vp9_copy_and_extend_frame()