Searched defs:dst_uv_width (Results 1 – 4 of 4) sorted by relevance
40 int dst_uv_width, int dst_uv_height) { in I420ToI4xx()73 const int dst_uv_width = (Abs(width) + 1) >> 1; in I420ToI422() local95 const int dst_uv_width = Abs(width); in I420ToI444() local117 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
47 int dst_uv_width, in I420ToI4xx()85 const int dst_uv_width = (Abs(width) + 1) >> 1; in I420ToI422() local110 const int dst_uv_width = Abs(width); in I420ToI444() local
49 const int dst_uv_width = SUBSAMPLE(dst_y_width, 1, 1); in I4xxToI420() local