Searched refs:tu_size (Results 1 – 2 of 2) sorted by relevance
297 WORD32 tu_size; in ihevcd_ctb_boundary_strength_islice() local307 tu_size = 1 << (ps_tu->b3_size + 2); in ihevcd_ctb_boundary_strength_islice()308 tu_size >>= 2; /* TU size divided by 4 */ in ihevcd_ctb_boundary_strength_islice()310 u4_bs = DUP_LSB_10(tu_size); in ihevcd_ctb_boundary_strength_islice()345 for(row = start_pos_y; row < start_pos_y + tu_size; row += 2) in ihevcd_ctb_boundary_strength_islice()347 for(col = start_pos_x; col < start_pos_x + tu_size; col += 2) in ihevcd_ctb_boundary_strength_islice()565 WORD32 tu_size; in ihevcd_ctb_boundary_strength_pbslice() local575 tu_size = 1 << (ps_tu->b3_size + 2); in ihevcd_ctb_boundary_strength_pbslice()576 tu_size >>= 2; in ihevcd_ctb_boundary_strength_pbslice()578 end_pos_x = start_pos_x + tu_size; in ihevcd_ctb_boundary_strength_pbslice()[all …]
2950 WORD32 tu_size; in ihevcd_parse_slice_data() local2956 tu_size = 1 << (ps_tu->b3_size + 2); in ihevcd_parse_slice_data()2957 tu_size >>= 2; /* TU size divided by 4 */ in ihevcd_parse_slice_data()2962 for(row = start_pos_y; row < start_pos_y + tu_size; row += 2) in ihevcd_parse_slice_data()2964 for(col = start_pos_x; col < start_pos_x + tu_size; col += 2) in ihevcd_parse_slice_data()