Home
last modified time | relevance | path

Searched defs:qp_rem (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/common/
Dihevc_iquant_recon.c110 WORD32 qp_rem, /* qpscaled % 6 */ in ihevc_iquant_recon_4x4_ttype1()
222 WORD32 qp_rem, /* qpscaled % 6 */ in ihevc_iquant_recon_4x4()
333 WORD32 qp_rem, /* qpscaled % 6 */ in ihevc_iquant_recon_8x8()
444 WORD32 qp_rem, /* qpscaled % 6 */ in ihevc_iquant_recon_16x16()
556 WORD32 qp_rem, /* qpscaled % 6 */ in ihevc_iquant_recon_32x32()
Dihevc_chroma_iquant_recon.c116 WORD32 qp_rem, /* qpscaled % 6 */ in ihevc_chroma_iquant_recon_4x4()
228 WORD32 qp_rem, /* qpscaled % 6 */ in ihevc_chroma_iquant_recon_8x8()
340 WORD32 qp_rem, /* qpscaled % 6 */ in ihevc_chroma_iquant_recon_16x16()
Dihevc_iquant_itrans_recon.c115 WORD32 qp_rem, /* qpscaled % 6 */ in ihevc_iquant_itrans_recon_4x4_ttype1()
323 WORD32 qp_rem, /* qpscaled % 6 */ in ihevc_iquant_itrans_recon_4x4()
Dihevc_trans_macros.h140 …uant_coeff /*pi2_dequant_coeff[index*trans_size] * g_ihevc_iquant_scales[qp_rem] */, shift_iq, qp_… argument
158 …uant_coeff /*pi2_dequant_coeff[index*trans_size] * g_ihevc_iquant_scales[qp_rem] */, shift_iq, qp_… argument
Dihevc_chroma_iquant_itrans_recon.c122 WORD32 qp_rem, /* qpscaled % 6 */ in ihevc_chroma_iquant_itrans_recon_4x4()
/external/libhevc/decoder/
Dihevcd_iquant_itrans_recon_ctb.c143 WORD32 qp_rem, in ihevcd_unpack_coeffs()
662 WORD32 qp_div = 0, qp_rem = 0; in ihevcd_iquant_itrans_recon_ctb() local