Searched defs:dst_uv_width (Results 1 – 2 of 2) sorted by relevance
40 int dst_uv_width, int dst_uv_height) { in I420ToI4xx()71 const int dst_uv_width = (Abs(width) + 1) >> 1; in I420ToI422() local93 const int dst_uv_width = Abs(width); in I420ToI444() local115 const int dst_uv_width = (Abs(width) + 3) >> 2; in I420ToI411() local
41 const int dst_uv_width = SUBSAMPLE(dst_y_width, 1, 1); in I4xxToI420() local