Home
last modified time | relevance | path

Searched refs:ai4_frame_qp (Results 1 – 11 of 11) sorted by relevance

/external/libhevc/fuzzer/
DREADME.md96 7. Frame level Qp (parameter name: `ai4_frame_qp`)
124 | `ai4_frame_qp` | In the range `1 to 51` | All the bits of 9th byte of data |
Dhevc_enc_fuzzer.cpp112 mEncParams.s_tgt_lyr_prms.as_tgt_params[0].ai4_frame_qp[0] = (data[IDX_FRAME_QP] % kMaxQP) + 1; in initEncoder()
/external/libhevc/encoder/
Dihevce_api.h336 WORD32 ai4_frame_qp[IHEVCE_MAX_NUM_BITRATES]; member
Dihevce_error_check.c272 … ps_static_cfg_prms->s_tgt_lyr_prms.as_tgt_params[i4_resolution_id_loop].ai4_frame_qp[i4_br_loop]); in ihevce_hle_validate_static_params()
1170 .ai4_frame_qp[br_ctr]; in ihevce_hle_validate_static_params()
Dihevce_ipe_pass.c425 ps_init_prms->s_tgt_lyr_prms.as_tgt_params[i4_resolution_id].ai4_frame_qp[i4_ref_id]; in ihevce_ipe_init()
Dihevce_plugin.c392 ps_params->s_tgt_lyr_prms.as_tgt_params[i].ai4_frame_qp[j] = 32; in ihevce_set_def_params()
Dihevce_lap_interface.c2130 ps_lap_inp_buf->s_lap_out.i4_curr_frm_qp = ps_tgt_params->ai4_frame_qp[0]; in ihevce_lap_process()
Dihevce_encode_header.c2828 .ai4_frame_qp[i4_bitrate_instance_id], in ihevce_populate_pps()
Dihevce_rc_interface.c609 .ai4_frame_qp[i4_bitrate_instance_id]; in ihevce_rc_mem_init()
Dihevce_frame_process.c2612 .ai4_frame_qp[0]; in ihevce_update_qp_L1_sad_based()
/external/libhevc/test/encoder/
Dmain.c328 ps_static_prms->s_tgt_lyr_prms.as_tgt_params[0].ai4_frame_qp[0] = i4_value; in parse_argument()