OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i2_pic_ht_in_ctb
(Results
1 - 10
of
10
) sorted by null
/external/libhevc/decoder/
ihevcd_ilf_padding.c
92
for(i4_ctb_y = 0; i4_ctb_y < ps_sps->
i2_pic_ht_in_ctb
; i4_ctb_y++)
134
if(i4_ctb_y == ps_sps->
i2_pic_ht_in_ctb
- 1)
140
last_y_pos = (ps_sps->
i2_pic_ht_in_ctb
<< ps_sps->i1_log2_ctb_size);
169
pad_ht_luma += (ps_sps->
i2_pic_ht_in_ctb
- 1) == i4_ctb_y ? 8 : 0;
171
pad_ht_chroma += (ps_sps->
i2_pic_ht_in_ctb
- 1) == i4_ctb_y ? 8 : 0;
183
pad_ht_luma += (ps_sps->
i2_pic_ht_in_ctb
- 1) == i4_ctb_y ? 8 : 0;
185
pad_ht_chroma += (ps_sps->
i2_pic_ht_in_ctb
- 1) == i4_ctb_y ? 8 : 0;
191
if((ps_sps->
i2_pic_ht_in_ctb
- 1) == i4_ctb_y)
ihevcd_process_slice.c
422
if(((ps_proc->i4_ctb_tile_y + 1 + ps_tile->u1_pos_y) == ps_sps->
i2_pic_ht_in_ctb
) && ((ps_proc->i4_ctb_tile_x + 1 + ps_tile->u1_pos_x) == ps_sps->i2_pic_wd_in_ctb))
470
if(((ps_proc->i4_ctb_tile_y + 1 + ps_tile->u1_pos_y) == ps_sps->
i2_pic_ht_in_ctb
) && ((ps_proc->i4_ctb_tile_x + 1 + ps_tile->u1_pos_x) == ps_sps->i2_pic_wd_in_ctb))
496
if(((ps_proc->i4_ctb_tile_y + 1 + ps_tile->u1_pos_y) == ps_sps->
i2_pic_ht_in_ctb
) && ((ps_proc->i4_ctb_tile_x + 1 + ps_tile->u1_pos_x) == ps_sps->i2_pic_wd_in_ctb))
[
all
...]
ihevcd_parse_headers.c
[
all
...]
ihevcd_parse_slice_header.c
291
ps_slice_hdr_next->i2_ctb_y = ps_codec->s_parse.ps_sps->
i2_pic_ht_in_ctb
;
772
ps_slice_hdr_next->i2_ctb_y = ps_codec->s_parse.ps_sps->
i2_pic_ht_in_ctb
;
815
max_num_entry_point_offsets = ps_pps->i1_num_tile_columns * (ps_sps->
i2_pic_ht_in_ctb
- 1);
823
max_num_entry_point_offsets = (ps_sps->
i2_pic_ht_in_ctb
- 1);
[
all
...]
ihevcd_decode.c
623
ps_slice_hdr_next->i2_ctb_y = ps_codec->s_parse.ps_sps->
i2_pic_ht_in_ctb
;
718
for(i = 0; i < ps_sps->
i2_pic_ht_in_ctb
; i++)
ihevcd_utils.c
410
next_tile_ctb_y = ps_sps->
i2_pic_ht_in_ctb
;
[
all
...]
ihevcd_parse_slice.c
[
all
...]
ihevcd_fmt_conv.c
807
last_ctb_y = MIN(last_ctb_y, (ps_sps->
i2_pic_ht_in_ctb
- 1));
ihevcd_sao.c
208
if(ps_sps->
i2_pic_ht_in_ctb
- 1 == ps_sao_ctxt->i4_ctb_y)
[
all
...]
/external/libhevc/common/
ihevc_structs.h
2457
WORD16
i2_pic_ht_in_ctb
;
member in struct:__anon16529
[
all
...]
Completed in 334 milliseconds