Searched refs:xsub (Results 1 – 5 of 5) sorted by relevance
110 unsigned int xsub = yuv->xsub; in fill_smpte_yuv_planar() local141 for (x = 0; x < width; x += xsub) { in fill_smpte_yuv_planar()142 u_mem[x*cs/xsub] = colors_top[x * 7 / width].u; in fill_smpte_yuv_planar()143 v_mem[x*cs/xsub] = colors_top[x * 7 / width].v; in fill_smpte_yuv_planar()145 u_mem += stride * cs / xsub; in fill_smpte_yuv_planar()146 v_mem += stride * cs / xsub; in fill_smpte_yuv_planar()150 for (x = 0; x < width; x += xsub) { in fill_smpte_yuv_planar()151 u_mem[x*cs/xsub] = colors_middle[x * 7 / width].u; in fill_smpte_yuv_planar()152 v_mem[x*cs/xsub] = colors_middle[x * 7 / width].v; in fill_smpte_yuv_planar()154 u_mem += stride * cs / xsub; in fill_smpte_yuv_planar()[all …]
42 #define MAKE_YUV_INFO(order, xsub, ysub, chroma_stride) \ argument43 .yuv = { (order), (xsub), (ysub), (chroma_stride) }
50 unsigned int xsub; member
1065 const int xsub = x & mask; in VP8LBundleColorMap() local1066 if (xsub == 0) { in VP8LBundleColorMap()1069 code |= row[x] << (8 + bit_depth * xsub); in VP8LBundleColorMap()
1371 const int xsub = x & mask; in VP8LBundleColorMap() local1372 if (xsub == 0) { in VP8LBundleColorMap()1375 code |= row[x] << (8 + bit_depth * xsub); in VP8LBundleColorMap()