Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_boundary_strength.c295 WORD32 start_pos_x; in ihevcd_ctb_boundary_strength_islice() local
304 start_pos_x = ps_tu->b4_pos_x; in ihevcd_ctb_boundary_strength_islice()
313 if(0 == (start_pos_x & 1)) in ihevcd_ctb_boundary_strength_islice()
322 shift += ((start_pos_x & 2) << (log2_ctb_size - 2)); in ihevcd_ctb_boundary_strength_islice()
323 pu4_vert_bs[start_pos_x >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_islice()
329 shift = start_pos_x * 2; in ihevcd_ctb_boundary_strength_islice()
342 if(0 == (start_pos_x & 1) && 0 == (start_pos_y & 1)) 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()
561 WORD32 start_pos_x; in ihevcd_ctb_boundary_strength_pbslice() local
572 start_pos_x = ps_tu->b4_pos_x; in ihevcd_ctb_boundary_strength_pbslice()
[all …]
Dihevcd_parse_slice.c2948 WORD32 start_pos_x; in ihevcd_parse_slice_data() local
2953 start_pos_x = ps_tu->b4_pos_x; in ihevcd_parse_slice_data()
2959 if(0 == (start_pos_x & 1) && 0 == (start_pos_y & 1)) in ihevcd_parse_slice_data()
2964 for(col = start_pos_x; col < start_pos_x + tu_size; col += 2) in ihevcd_parse_slice_data()