Searched refs:uv_height_subsampling (Results 1 – 2 of 2) sorted by relevance
119 const int uv_height_subsampling = (src->uv_height != src->y_height); in av1_copy_and_extend_frame() local120 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()
120 const int uv_height_subsampling = (src->uv_height != src->y_height); in vp9_copy_and_extend_frame() local121 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()