OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i1_num_tile_columns
(Results
1 - 4
of
4
) sorted by null
/external/libhevc/decoder/
ihevcd_parse_headers.c
[
all
...]
ihevcd_utils.c
463
for(i = 0; i < ps_pps->
i1_num_tile_columns
; i++)
467
if((ps_pps->
i1_num_tile_columns
- 1) == i)
488
ps_tile_tmp = ps_pps->ps_tile + i * ps_pps->
i1_num_tile_columns
;
496
ps_tile_next_tmp = ps_pps->ps_tile + ((i + 1) * ps_pps->
i1_num_tile_columns
);
507
*pi4_tile_idx = tile_row * ps_pps->
i1_num_tile_columns
[
all
...]
ihevcd_parse_slice_header.c
812
max_num_entry_point_offsets = ps_pps->
i1_num_tile_columns
* (ps_sps->i2_pic_ht_in_ctb - 1);
816
max_num_entry_point_offsets = ps_pps->
i1_num_tile_columns
* ps_pps->i1_num_tile_rows;
[
all
...]
/external/libhevc/common/
ihevc_structs.h
2139
WORD8
i1_num_tile_columns
;
member in struct:__anon27536
[
all
...]
Completed in 234 milliseconds