Home
last modified time | relevance | path

Searched refs:b7_qp (Results 1 – 8 of 8) 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.c830 qp_div = ps_tu->b7_qp / 6; in ihevcd_iquant_itrans_recon_ctb()
831 qp_rem = ps_tu->b7_qp % 6; in ihevcd_iquant_itrans_recon_ctb()
900 chroma_qp_idx = ps_tu->b7_qp + i1_chroma_pic_qp_offset in ihevcd_iquant_itrans_recon_ctb()
911 chroma_qp_idx = ps_tu->b7_qp + i1_chroma_pic_qp_offset in ihevcd_iquant_itrans_recon_ctb()
Dihevcd_parse_slice.c277 ps_tu->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_transform_tree()
1025 ps_tu->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_coding_unit_intra()
1337 ps_tu->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_coding_unit()
1631 ps_tu->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_coding_unit()
1929 ps_tu->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_coding_quadtree()
1932 ps_tu_tmp->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_parse_coding_quadtree()
2233 ps_tu->b7_qp = ps_codec->s_parse.u4_qp; in ihevcd_set_ctb_skip()
2942 pu1_qp[0] = ps_tu->b7_qp; in ihevcd_parse_slice_data()
2966 pu1_qp[(row >> 1) * qp_strd + (col >> 1)] = ps_tu->b7_qp; in ihevcd_parse_slice_data()
/external/libhevc/common/
Dihevc_structs.h1402 WORD32 b7_qp : 7; member
/external/libhevc/encoder/
Dihevce_cabac_cu_pu.c1360 cur_qp = (WORD32)ps_enc_cu->ps_enc_tu->s_tu.b7_qp; in ihevce_cabac_encode_coding_unit()
Dihevce_cabac_tu.c872 WORD32 tu_qp = ps_enc_tu->s_tu.b7_qp; in ihevce_encode_transform_tree()
Dihevce_tu_tree_selector.c2234 ps_final_prms->as_tu_enc_loop[pu2_tu_ctr[0]].s_tu.b7_qp = i4_cu_qp; in ihevce_tu_selector_debriefer()
Dihevce_enc_loop_utils.c3755 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b7_qp = ps_ctxt->i4_cu_qp; in ihevce_intra_rdopt_cu_ntu()
4743 ps_final_prms->as_tu_enc_loop[ctr].s_tu.b7_qp = ps_ctxt->i4_cu_qp; in ihevce_inter_rdopt_cu_ntu()