Home
last modified time | relevance | path

Searched refs:quantizer (Results 1 - 18 of 18) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlibrav1e.c51 int quantizer; member
358 if (avctx->bit_rate && ctx->quantizer < 0) { in librav1e_encode_init()
361 rret = rav1e_config_parse_int(cfg, "quantizer", max_quantizer); in librav1e_encode_init()
363 av_log(avctx, AV_LOG_ERROR, "Could not set max quantizer.\n"); in librav1e_encode_init()
371 av_log(avctx, AV_LOG_ERROR, "Could not set min quantizer.\n"); in librav1e_encode_init()
383 } else if (ctx->quantizer >= 0) { in librav1e_encode_init()
385 av_log(avctx, AV_LOG_WARNING, "Both bitrate and quantizer specified. Using quantizer mode."); in librav1e_encode_init()
387 rret = rav1e_config_parse_int(cfg, "quantizer", ctx->quantizer); in librav1e_encode_init()
[all...]
H A Dvp56.c34 void ff_vp56_init_dequant(VP56Context *s, int quantizer) in ff_vp56_init_dequant() argument
36 if (s->quantizer != quantizer) in ff_vp56_init_dequant()
37 ff_vp3dsp_set_bounding_values(s->bounding_values_array, ff_vp56_filter_threshold[quantizer]); in ff_vp56_init_dequant()
38 s->quantizer = quantizer; in ff_vp56_init_dequant()
39 s->dequant_dc = ff_vp56_dc_dequant[quantizer] << 2; in ff_vp56_init_dequant()
40 s->dequant_ac = ff_vp56_ac_dequant[quantizer] << 2; in ff_vp56_init_dequant()
326 int t = ff_vp56_filter_threshold[s->quantizer]; in vp56_deblock_filter()
804 s->quantizer in ff_vp56_init_context()
[all...]
H A Dimc.c768 const float *quantizer; in inverse_quant_coeff() local
785 quantizer = imc_quantizer2[(stream_format_code & 2) >> 1]; in inverse_quant_coeff()
787 chctx->CWdecoded[j] = quantizer[chctx->codewords[j] - 8] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
789 chctx->CWdecoded[j] = -quantizer[max_size - chctx->codewords[j] - 8 - 1] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
791 quantizer = imc_quantizer1[((stream_format_code & 2) >> 1) | (chctx->bandFlagsBuf[i] << 1)]; in inverse_quant_coeff()
793 chctx->CWdecoded[j] = quantizer[chctx->codewords[j] - 1] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
795 chctx->CWdecoded[j] = -quantizer[max_size - 2 - chctx->codewords[j]] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
H A Dvp56.h150 int quantizer; member
226 void ff_vp56_init_dequant(VP56Context *s, int quantizer);
H A Dmobiclip.c262 int quantizer; member
333 static int setup_qtables(AVCodecContext *avctx, int64_t quantizer) in setup_qtables() argument
338 if (quantizer < 12 || quantizer > 161) in setup_qtables()
341 s->quantizer = quantizer; in setup_qtables()
343 qx = quantizer % 6; in setup_qtables()
344 qy = quantizer / 6; in setup_qtables()
1259 ret = setup_qtables(avctx, s->quantizer + (int64_t)get_se_golomb(gb)); in mobiclip_decode()
H A Dnvdec_vc1.c96 .quantizer = v->quantizer_mode, in nvdec_vc1_start_frame()
H A Dvdpau_vc1.c80 info->quantizer = v->quantizer_mode; in vdpau_vc1_start_frame()
H A Dvaapi_vc1.c354 .quantizer = v->quantizer_mode, in vaapi_vc1_start_frame()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dpicture_vc1.c50 context->desc.vc1.quantizer = vc1->pic_quantizer_fields.bits.quantizer; in vlVaHandlePictureParameterBufferVC1()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_bsp.c71 uint8_t quantizer; // 13 member
183 vc->quantizer = d->quantizer; in nouveau_vp3_fill_picparm_vc1_bsp()
H A Dnouveau_vp3_video_vp.c107 uint8_t quantizer; // 35 member
449 vc->quantizer = d->quantizer; in nouveau_vp3_fill_picparm_vc1_vp()
/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpinfo.c269 int quantizer[4] = {0, 0, 0, 0}; in ParseLossySegmentHeader() local
276 if (bit) GET_SIGNED_BITS(quantizer[i], 7); in ParseLossySegmentHeader()
283 printf(" Quantizer: %d %d %d %d\n", quantizer[0], quantizer[1], in ParseLossySegmentHeader()
284 quantizer[2], quantizer[3]); in ParseLossySegmentHeader()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Ddecode.c328 picture->quantizer = picture_info->quantizer; in vlVdpDecoderRenderVC1()
/third_party/ffmpeg/tests/fate/
H A Dvpx.mak112 $(foreach Q,$(VP9_Q),$(eval $(call FATE_VP9_SUITE,00-quantizer-$(Q))))
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h259 uint8_t quantizer; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_uvd.c511 result.pps_info_flags |= pic->quantizer << 9; in get_vc1_msg()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_uvd.c813 result.pps_info_flags |= pic->quantizer << 9; in get_vc1_msg()
H A Dradeon_vcn_dec.c1440 result.pps_info_flags |= pic->quantizer << 9; in get_vc1_msg()

Completed in 27 milliseconds