Lines Matching defs:row
196 A = ptr[-r->intra_types_stride + 1]; // it won't be used for the last coefficient in a row
343 static void rv40_loop_filter(RV34DecContext *r, int row)
362 * each nibble represents one row of subblocks.
367 * Format is the same as for luma with two subblocks in a row.
377 mb_pos = row * s->mb_stride;
385 mb_pos = row * s->mb_stride;
402 avail[1] = row;
404 avail[3] = row < s->mb_height - 1;
444 if(!row)
446 if(row == s->mb_height - 1 || (mb_strong[POS_CUR] | mb_strong[POS_BOTTOM]))
461 if(!row)
463 if(row == s->mb_height - 1 || (mb_strong[POS_CUR] | mb_strong[POS_BOTTOM]))
468 Y = s->current_picture_ptr->f->data[0] + mb_x*16 + (row*16 + j) * s->linesize;
513 C = s->current_picture_ptr->f->data[k + 1] + mb_x*8 + (row*8 + j*4) * s->uvlinesize;