Home
last modified time | relevance | path

Searched refs:tu_size (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/decoder/
Dihevcd_boundary_strength.c297 WORD32 tu_size; in ihevcd_ctb_boundary_strength_islice() local
307 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() local
575 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 …]
Dihevcd_parse_slice.c2950 WORD32 tu_size; in ihevcd_parse_slice_data() local
2956 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()