Lines Matching defs:plane
264 int ret, y, x, plane, cur_row = 0;
266 for (plane = 0; plane < 3; plane++) {
267 const int is_chroma = !!plane;
270 const int stride = ctx->frames[ctx->cur_index ].f->linesize[plane];
271 const uint8_t *src = ctx->frames[ctx->prev_index].f->data[plane];
272 uint8_t *dst = ctx->frames[ctx->cur_index ].f->data[plane];
274 for (y = 0; y < ctx->num_vblocks[plane]; y++) {
275 for (x = 0; x < ctx->num_hblocks[plane]; x++) {
278 * - Luma plane changes on get_bits1 == 0
301 ctx->frames[ctx->prev_index].f->data[plane];
316 src += (stride - ctx->num_hblocks[plane]) << 3;
317 dst += (stride - ctx->num_hblocks[plane]) << 3;