Home | History | Annotate | Download | only in enc

Lines Matching full:size2

848 #define SIZE2 (SIZE / 2)
887 const int off_uv = (y * pic->uv_stride + x) * SIZE2;
896 flatten(pic->u + off_uv, values[1], pic->uv_stride, SIZE2);
897 flatten(pic->v + off_uv, values[2], pic->uv_stride, SIZE2);
907 #undef SIZE2