OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u4_qp_const_in_ctb
(Results
1 - 3
of
3
) sorted by null
/external/libhevc/decoder/
ihevcd_deblk.c
123
UWORD32
u4_qp_const_in_ctb
[4] = { 0, 0, 0, 0 };
local
190
u4_qp_const_in_ctb
[3] = ps_deblk->s_bs_ctxt.pu1_pic_qp_const_in_ctb[(ctb_indx) >> 3] & (1 << (ctb_indx & 7));
194
u4_qp_const_in_ctb
[2] = ps_deblk->s_bs_ctxt.pu1_pic_qp_const_in_ctb[(ctb_indx - 1) >> 3] & (1 << ((ctb_indx - 1) & 7));
199
u4_qp_const_in_ctb
[0] =
208
u4_qp_const_in_ctb
[1] =
284
qp_p =
u4_qp_const_in_ctb
[0] ?
290
qp_p =
u4_qp_const_in_ctb
[1] ?
295
qp_q =
u4_qp_const_in_ctb
[1] ?
303
qp_p =
u4_qp_const_in_ctb
[2] ?
309
qp_p =
u4_qp_const_in_ctb
[3]
[
all
...]
ihevcd_boundary_strength.c
221
UWORD32
u4_qp_const_in_ctb
;
local
259
u4_qp_const_in_ctb
= ps_bs_ctxt->pu1_pic_qp_const_in_ctb[ctb_indx >> 3] & (1 << (ctb_indx & 7));
290
if(
u4_qp_const_in_ctb
)
340
if(0 ==
u4_qp_const_in_ctb
)
474
UWORD32
u4_qp_const_in_ctb
;
local
512
u4_qp_const_in_ctb
= ps_bs_ctxt->pu1_pic_qp_const_in_ctb[ctb_indx >> 3] & (1 << (ctb_indx & 7));
555
if(
u4_qp_const_in_ctb
)
687
if(0 ==
u4_qp_const_in_ctb
)
[
all
...]
ihevcd_parse_slice.c
2908
WORD32
u4_qp_const_in_ctb
;
local
[
all
...]
Completed in 169 milliseconds