Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_boundary_strength.c296 WORD32 start_pos_y; in ihevcd_ctb_boundary_strength_islice() local
305 start_pos_y = ps_tu->b4_pos_y; in ihevcd_ctb_boundary_strength_islice()
316 shift = start_pos_y * 2; in ihevcd_ctb_boundary_strength_islice()
326 if(0 == (start_pos_y & 1)) in ihevcd_ctb_boundary_strength_islice()
335 shift += ((start_pos_y & 2) << (log2_ctb_size - 2)); in ihevcd_ctb_boundary_strength_islice()
336 pu4_horz_bs[start_pos_y >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_islice()
342 if(0 == (start_pos_x & 1) && 0 == (start_pos_y & 1)) 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()
562 WORD32 start_pos_y; in ihevcd_ctb_boundary_strength_pbslice() local
573 start_pos_y = ps_tu->b4_pos_y; in ihevcd_ctb_boundary_strength_pbslice()
[all …]
Dihevcd_parse_slice.c2949 WORD32 start_pos_y; in ihevcd_parse_slice_data() local
2954 start_pos_y = ps_tu->b4_pos_y; in ihevcd_parse_slice_data()
2959 if(0 == (start_pos_x & 1) && 0 == (start_pos_y & 1)) in ihevcd_parse_slice_data()
2962 for(row = start_pos_y; row < start_pos_y + tu_size; row += 2) in ihevcd_parse_slice_data()