OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pu1_pic_qp_const_in_ctb
(Results
1 - 5
of
5
) sorted by null
/external/libhevc/decoder/
ihevcd_deblk.c
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));
200
ps_deblk->s_bs_ctxt.
pu1_pic_qp_const_in_ctb
[(ctb_indx - ps_sps->i2_pic_wd_in_ctb - 1) >> 3] &
209
ps_deblk->s_bs_ctxt.
pu1_pic_qp_const_in_ctb
[(ctb_indx - ps_sps->i2_pic_wd_in_ctb) >> 3] &
ihevcd_structs.h
398
UWORD8 *
pu1_pic_qp_const_in_ctb
;
member in struct:__anon15183
[
all
...]
ihevcd_boundary_strength.c
259
u4_qp_const_in_ctb = ps_bs_ctxt->
pu1_pic_qp_const_in_ctb
[ctb_indx >> 3] & (1 << (ctb_indx & 7));
512
u4_qp_const_in_ctb = ps_bs_ctxt->
pu1_pic_qp_const_in_ctb
[ctb_indx >> 3] & (1 << (ctb_indx & 7));
[
all
...]
ihevcd_api.c
[
all
...]
ihevcd_parse_slice.c
[
all
...]
Completed in 38 milliseconds