OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESET_TU_BUF_NCTB
(Results
1 - 4
of
4
) sorted by null
/external/libhevc/decoder/
ihevcd_defs.h
171
* Buffer allocated for ps_tu is re-used after
RESET_TU_BUF_NCTB
174
#define
RESET_TU_BUF_NCTB
MAX_NUM_CTBS_IN_FRAME
ihevcd_process_slice.c
462
next_ctb_tu_idx = cur_ctb_idx %
RESET_TU_BUF_NCTB
+ 1;
470
next_ctb_tu_idx = (cur_ctb_idx %
RESET_TU_BUF_NCTB
) + 1;
484
ps_proc->i4_ctb_tu_cnt = ps_proc->pu4_pic_tu_idx[next_ctb_tu_idx] - ps_proc->pu4_pic_tu_idx[cur_ctb_idx %
RESET_TU_BUF_NCTB
];
496
next_ctb_tu_idx = (cur_ctb_idx %
RESET_TU_BUF_NCTB
) + 1;
[
all
...]
ihevcd_parse_slice.c
[
all
...]
ihevcd_boundary_strength.c
547
i4_tu_cnt = ps_bs_ctxt->pu4_pic_tu_idx[next_ctb_idx] - ps_bs_ctxt->pu4_pic_tu_idx[cur_ctb_idx %
RESET_TU_BUF_NCTB
];
[
all
...]
Completed in 1154 milliseconds