Lines Matching refs:row
119 WORD32 col, row;
184 for(row = 0; row < (ctb_size >> 3) + 1; row++)
185 au2_ctb_no_loop_filter_flag[row] = ps_deblk->au2_ctb_no_loop_filter_flag[row] >> (ctb_size >> 3);
247 /* BS for the column - Last row is excluded and the top row is included*/
258 for(row = 0; row < ctb_size / 4;)
268 if((row + bs_tz) >= (ctb_size / 4))
269 pu1_src += 4 * (ctb_size / 4 - row) * src_strd;
273 row += bs_tz;
277 if(0 == row)
305 pu1_qp[((row - 1) >> 1) * qp_strd - 1];
311 pu1_qp[((row - 1) >> 1) * qp_strd + col - 1];
316 pu1_qp[((row - 1) >> 1) * qp_strd + col];
319 filter_p = (pu2_ctb_no_loop_filter_flag[(row + 1) >> 1] >> col) & 1;
320 filter_q = (pu2_ctb_no_loop_filter_flag[(row + 1) >> 1] >> col) & 2;
341 row++;
375 for(row = 0; row < ctb_size / 8; row++)
380 * shift = (row & (MAX_CTB_SIZE / ctb_size - 1)) * ctb_size / 2;
385 shift = (row & 1) << (log2_ctb_size - 1);
387 /* BS for the row - Last column is excluded and the left column is included*/
392 /** Picking the last BS of the previous CTB corresponding to the same row
424 if(0 == row)
434 pu1_qp[(row - 1) * qp_strd - 1];
439 pu1_qp[row * qp_strd - 1];
443 row)
453 pu1_qp[((col - 1) >> 1) + (row - 1) * qp_strd];
458 pu1_qp[((col - 1) >> 1) + row * qp_strd];
461 filter_p = (pu2_ctb_no_loop_filter_flag[row] >> ((col + 1) >> 1)) & 1;
462 filter_q = (pu2_ctb_no_loop_filter_flag[row + 1] >> ((col + 1) >> 1)) & 1;
486 ((32 == ctb_size) && (row & 1)))
521 /* BS for the column - Last row is excluded and the top row is included*/
535 for(row = 0; row < ctb_size / 8;)
542 if((row + bs_tz) >= (ctb_size / 8))
543 pu1_src += 4 * (ctb_size / 8 - row) * src_strd;
546 row += bs_tz;
551 if(0 == row)
578 pu1_qp[(row - 1) * qp_strd - 1];
584 pu1_qp[(row - 1) * qp_strd + 2 * col - 1];
589 pu1_qp[(row - 1) * qp_strd + 2 * col];
592 filter_p = (pu2_ctb_no_loop_filter_flag[row] >> (col << 1)) & 1;
593 filter_q = (pu2_ctb_no_loop_filter_flag[row] >> (col << 1)) & 2;
635 row++;
664 for(row = 0; row < ctb_size / 16; row++)
666 /* BS for the row - Last column is excluded and the left column is included*/
671 /** Picking the last BS of the previous CTB corresponding to the same row
704 if(0 == row)
714 pu1_qp[(2 * row - 1) * qp_strd - 1];
719 pu1_qp[(2 * row) * qp_strd - 1];
723 if(0 == row)
733 pu1_qp[(col - 1) + (2 * row - 1) * qp_strd];
738 pu1_qp[(col - 1) + 2 * row * qp_strd];
741 filter_p = (pu2_ctb_no_loop_filter_flag[row << 1] >> col) & 1;
742 filter_q = (pu2_ctb_no_loop_filter_flag[(row << 1) + 1] >> col) & 1;