Lines Matching refs:numbytes_row
1059 WORD32 numbytes_row; in ihevcd_parse_coding_unit_intra() local
1063 numbytes_row = (ps_sps->i2_pic_width_in_luma_samples + 63) / 64; in ihevcd_parse_coding_unit_intra()
1064 pu1_pic_no_loop_filter_flag += (y0 / 8) * numbytes_row; in ihevcd_parse_coding_unit_intra()
1072 pu1_pic_no_loop_filter_flag += numbytes_row; in ihevcd_parse_coding_unit_intra()
1220 WORD32 numbytes_row; in ihevcd_parse_coding_unit() local
1221 numbytes_row = (ps_sps->i2_pic_width_in_luma_samples + 63) / 64; in ihevcd_parse_coding_unit()
1222 pu1_pic_no_loop_filter_flag += (y0 / 8) * numbytes_row; in ihevcd_parse_coding_unit()
1231 pu1_pic_no_loop_filter_flag += numbytes_row; in ihevcd_parse_coding_unit()
1396 WORD32 numbytes_row; in ihevcd_parse_coding_unit() local
1397 numbytes_row = (ps_sps->i2_pic_width_in_luma_samples + 63) / 64; in ihevcd_parse_coding_unit()
1398 pu1_pic_intra_flag += (y0 / 8) * numbytes_row; in ihevcd_parse_coding_unit()
1407 pu1_pic_intra_flag += numbytes_row; in ihevcd_parse_coding_unit()
2204 WORD32 numbytes_row = (ps_sps->i2_pic_width_in_luma_samples + 63) / 64; in ihevcd_set_ctb_skip() local
2245 pu1_pic_intra_flag += (tu_abs_y >> 3) * numbytes_row; in ihevcd_set_ctb_skip()