OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_ctb_idx
(Results
1 - 4
of
4
) sorted by null
/external/libhevc/decoder/
ihevcd_boundary_strength.c
462
WORD32 cur_ctb_idx,
next_ctb_idx
= 0;
local
544
next_ctb_idx
= ps_bs_ctxt->i4_next_tu_ctb_cnt;
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];
551
i4_tu_cnt = ps_bs_ctxt->pu4_pic_tu_idx[
next_ctb_idx
] - ps_bs_ctxt->pu4_pic_tu_idx[cur_ctb_idx];
710
WORD32
next_ctb_idx
;
local
711
next_ctb_idx
= ps_bs_ctxt->i4_next_pu_ctb_cnt;
712
i4_pu_cnt = ps_bs_ctxt->pu4_pic_pu_idx[
next_ctb_idx
] - ps_bs_ctxt->pu4_pic_pu_idx[cur_ctb_idx];
[
all
...]
ihevcd_process_slice.c
414
WORD32
next_ctb_idx
;
local
415
next_ctb_idx
= cur_ctb_idx + 1;
424
next_ctb_idx
= cur_ctb_idx + 1;
429
next_ctb_idx
= ps_tile_next->u1_pos_x + (ps_tile_next->u1_pos_y * ps_sps->i2_pic_wd_in_ctb);
434
next_ctb_idx
= ((ps_tile->u1_pos_y + ps_proc->i4_ctb_tile_y + 1) * ps_sps->i2_pic_wd_in_ctb) + ps_tile->u1_pos_x;
437
ps_proc->i4_next_pu_ctb_cnt =
next_ctb_idx
;
439
ps_proc->pu4_pic_pu_idx[
next_ctb_idx
]
699
WORD32
next_ctb_idx
, num_pu_per_ctb, ctb_start_pu_idx, pu_cnt;
local
720
next_ctb_idx
= ps_proc->i4_next_pu_ctb_cnt;
721
num_pu_per_ctb = ps_proc->pu4_pic_pu_idx[
next_ctb_idx
]
[
all
...]
ihevcd_inter_pred.c
163
WORD32
next_ctb_idx
;
local
178
next_ctb_idx
= ps_proc->i4_next_pu_ctb_cnt;
179
i4_pu_cnt = ps_proc->pu4_pic_pu_idx[
next_ctb_idx
] - ps_proc->pu4_pic_pu_idx[cur_ctb_idx];
ihevcd_parse_slice.c
2766
WORD32
next_ctb_idx
;
local
2914
WORD32
next_ctb_idx
;
local
2965
WORD32
next_ctb_idx
;
local
3044
WORD32 cur_ctb_idx,
next_ctb_idx
;
local
[
all
...]
Completed in 910 milliseconds