Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_enc_loop_structs.h1939 WORD32 i4_chrm_cu_qp; member
Dihevce_enc_loop_pass.c6071 ps_ctxt->i4_chrm_cu_qp = in ihevce_enc_loop_frame_init()
6082 (ps_ctxt->i4_chrm_cu_qp + (6 * (ps_ctxt->u1_bit_depth - 8))) / 6; in ihevce_enc_loop_frame_init()
6084 (ps_ctxt->i4_chrm_cu_qp + (6 * (ps_ctxt->u1_bit_depth - 8))) % 6; in ihevce_enc_loop_frame_init()
Dihevce_enc_cu_recursion.c2007 CLIP3((((double)(ps_ctxt->i4_chrm_cu_qp - 12)) / 6.0), 2.00, 4.00); in ihevce_compute_rdo()
Dihevce_enc_loop_utils.c337 ps_ctxt->i4_chrm_cu_qp = in ihevce_compute_quant_rel_param()
345 ps_ctxt->i4_chrm_cu_qp_div6 = (ps_ctxt->i4_chrm_cu_qp + (6 * (ps_ctxt->u1_bit_depth - 8))) / 6; in ihevce_compute_quant_rel_param()
346 ps_ctxt->i4_chrm_cu_qp_mod6 = (ps_ctxt->i4_chrm_cu_qp + (6 * (ps_ctxt->u1_bit_depth - 8))) % 6; in ihevce_compute_quant_rel_param()