Home
last modified time | relevance | path

Searched refs:b7_qp (Results 1 – 4 of 4) sorted by relevance

/external/libhevc/decoder/
Dihevcd_boundary_strength.c291 pu1_qp[0] = ps_tu->b7_qp; in ihevcd_ctb_boundary_strength_islice()
349 pu1_qp[(row >> 1) * qp_strd + (col >> 1)] = ps_tu->b7_qp; in ihevcd_ctb_boundary_strength_islice()
556 pu1_qp[0] = ps_tu->b7_qp; in ihevcd_ctb_boundary_strength_pbslice()
696 pu1_qp[(row >> 1) * qp_strd + (col >> 1)] = ps_tu->b7_qp; in ihevcd_ctb_boundary_strength_pbslice()
Dihevcd_iquant_itrans_recon_ctb.c828 qp_div = ps_tu->b7_qp / 6; in ihevcd_iquant_itrans_recon_ctb()
829 qp_rem = ps_tu->b7_qp % 6; in ihevcd_iquant_itrans_recon_ctb()
893 chroma_qp_idx = ps_tu->b7_qp + i1_chroma_pic_qp_offset in ihevcd_iquant_itrans_recon_ctb()
904 chroma_qp_idx = ps_tu->b7_qp + i1_chroma_pic_qp_offset in ihevcd_iquant_itrans_recon_ctb()
Dihevcd_parse_slice.c270 ps_tu->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_transform_tree()
1012 ps_tu->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_coding_unit_intra()
1324 ps_tu->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_coding_unit()
1617 ps_tu->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_coding_unit()
1904 ps_tu->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_coding_quadtree()
1907 ps_tu_tmp->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_coding_quadtree()
2594 ps_tu->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_slice_data()
2798 pu1_qp[0] = ps_tu->b7_qp; in ihevcd_parse_slice_data()
2822 pu1_qp[(row >> 1) * qp_strd + (col >> 1)] = ps_tu->b7_qp; in ihevcd_parse_slice_data()
/external/libhevc/common/
Dihevc_structs.h500 WORD32 b7_qp : 7; member