Home
last modified time | relevance | path

Searched defs:Q (Results 1 – 8 of 8) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dratectrl.c325 static int estimate_bits_at_q(int frame_kind, int Q, int MBs, in estimate_bits_at_q()
352 int Q = cpi->oxcf.key_q; in calc_iframe_target_size() local
377 int Q = (cpi->common.frame_flags & FRAMEFLAGS_KEY) in calc_iframe_target_size() local
442 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_gf_params() local
973 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_pframe_target_size() local
1103 int Q = cpi->common.base_qindex; in vp8_update_rate_correction_factors() local
1210 int Q = cpi->active_worst_quality; in vp8_regulate_q() local
Dquantize.c438 int Q; in vp8cx_init_quantizer() local
534 int Q; in vp8cx_init_quantizer() local
778 void vp8_set_quantizer(struct VP8_COMP *cpi, int Q) in vp8_set_quantizer()
Dfirstpass.c954 int Q ) in calc_correction_factor()
983 int Q; in estimate_max_q() local
1102 int Q; in estimate_cq() local
1186 int Q; in estimate_q() local
1232 int Q; in estimate_kf_group_q() local
1960 int Q = (cpi->oxcf.fixed_q < 0) in define_gf_group() local
2155 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in define_gf_group() local
Donyx_if.c569 static void cyclic_background_refresh(VP8_COMP *cpi, int Q, int lf_adjustment) in cyclic_background_refresh()
3322 int Q; in encode_frame_to_data_rate() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
Ddequantize_arm.c28 short *Q = d->qcoeff; in vp8_dequantize_b_neon() local
38 short *Q = d->qcoeff; in vp8_dequantize_b_v6() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
Ddequantizeb_neon.c14 int16_t *Q, in vp8_dequantize_b_loop_neon()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Ddequantize.c21 short *Q = d->qcoeff; in vp8_dequantize_b_c() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodeframe.c42 int Q; in vp8cx_init_de_quantizer() local
1191 int Q, q_update; in vp8_decode_frame() local