OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_ctb
(Results
1 - 2
of
2
) sorted by null
/external/libhevc/decoder/
ihevcd_utils.c
338
WORD32
num_ctb
;
local
343
num_ctb
= pic_size / (MIN_CTB_SIZE * MIN_CTB_SIZE);
349
mv_bank_size += (
num_ctb
+ 1) * sizeof(WORD32);
387
WORD32
num_ctb
;
local
389
num_ctb
= num_luma_samples / (MIN_CTB_SIZE * MIN_CTB_SIZE);
399
tu_data_size += (
num_ctb
+ 1) * sizeof(WORD32);
698
WORD32
num_ctb
;
local
705
num_ctb
= pic_size / (MIN_CTB_SIZE * MIN_CTB_SIZE);
717
pu1_buf += (
num_ctb
+ 1) * sizeof(WORD32);
723
pu1_buf +=
num_ctb
* sizeof(UWORD16)
947
WORD32
num_ctb
;
local
987
WORD32
num_ctb
;
local
[
all
...]
ihevcd_process_slice.c
531
WORD32
num_ctb
, num_ctb_tmp;
local
547
num_ctb
= 1;
551
num_ctb
= ps_proc->i4_nctb;
574
if(ps_proc->i4_ctb_cnt <
num_ctb
)
576
num_ctb
= ps_proc->i4_ctb_cnt;
578
num_ctb_tmp =
num_ctb
;
[
all
...]
Completed in 26 milliseconds