Home
last modified time | relevance | path

Searched refs:quantizer (Results 1 – 25 of 45) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/ext/mpeg2enc/
Dgstmpeg2encoder.cc88 quantizer = NULL; in setup()
99 quantizer = new Quantizer (parms); in setup()
103 seqencoder = new SeqEncoder (parms, *reader, *quantizer, in setup()
115 quantizer->Init (); in init()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dvc1parser.c858 assert_equals_int (structc->quantizer, 0); in GST_START_TEST()
909 assert_equals_int (structc->quantizer, 0); in GST_START_TEST()
957 assert_equals_int (structc->quantizer, 0); in GST_START_TEST()
1000 assert_equals_int (structc->quantizer, 0); in GST_START_TEST()
1058 assert_equals_int (entrypt->quantizer, 0); in GST_START_TEST()
1119 assert_equals_int (entrypt->quantizer, 0); in GST_START_TEST()
1188 assert_equals_int (entrypt->quantizer, 0); in GST_START_TEST()
1249 assert_equals_int (seq_layer.struct_c.quantizer, 1); in GST_START_TEST()
/third_party/ffmpeg/libavcodec/
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()
812 s->quantizer = -1; in ff_vp56_init_context()
Dlibrav1e.c49 int quantizer; member
356 if (avctx->bit_rate && ctx->quantizer < 0) { in librav1e_encode_init()
381 } else if (ctx->quantizer >= 0) { in librav1e_encode_init()
385 rret = rav1e_config_parse_int(cfg, "quantizer", ctx->quantizer); in librav1e_encode_init()
574 …{ "qp", "use constant quantizer mode", OFFSET(quantizer), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, 255,…
Dmobiclip.c261 int quantizer; member
332 static int setup_qtables(AVCodecContext *avctx, int quantizer) in setup_qtables() argument
337 if (quantizer < 12 || quantizer > 161) in setup_qtables()
340 s->quantizer = quantizer; in setup_qtables()
342 qx = quantizer % 6; in setup_qtables()
343 qy = quantizer / 6; in setup_qtables()
1259 ret = setup_qtables(avctx, s->quantizer + get_se_golomb(gb)); in mobiclip_decode()
Dimc.c766 const float *quantizer; in inverse_quant_coeff() local
783 quantizer = imc_quantizer2[(stream_format_code & 2) >> 1]; in inverse_quant_coeff()
785 … chctx->CWdecoded[j] = quantizer[chctx->codewords[j] - 8] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
787 … chctx->CWdecoded[j] = -quantizer[max_size - chctx->codewords[j] - 8 - 1] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
789quantizer = imc_quantizer1[((stream_format_code & 2) >> 1) | (chctx->bandFlagsBuf[i] << 1)]; in inverse_quant_coeff()
791 … chctx->CWdecoded[j] = quantizer[chctx->codewords[j] - 1] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
793 … chctx->CWdecoded[j] = -quantizer[max_size - 2 - chctx->codewords[j]] * chctx->flcoeffs6[i]; in inverse_quant_coeff()
Dvp56.h150 int quantizer; member
224 void ff_vp56_init_dequant(VP56Context *s, int quantizer);
Dnvdec_vc1.c93 .quantizer = v->quantizer_mode, in nvdec_vc1_start_frame()
Dvdpau_vc1.c78 info->quantizer = v->quantizer_mode; in vdpau_vc1_start_frame()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-quantize.c48 guint quantizer; member
435 GstAudioFormat format, guint channels, guint quantizer) in gst_audio_quantize_new() argument
454 quant->quantizer = quantizer; in gst_audio_quantize_new()
456 quant->shift = count_power (quantizer); in gst_audio_quantize_new()
Daudio-quantize.h90 guint quantizer);
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_vc1.c50 context->desc.vc1.quantizer = vc1->pic_quantizer_fields.bits.quantizer; in vlVaHandlePictureParameterBufferVC1()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstvc1parser.c1052 if (entrypthdr->quantizer == GST_VC1_QUANTIZER_IMPLICITLY) in parse_frame_header_advanced()
1058 if (entrypthdr->quantizer == GST_VC1_QUANTIZER_IMPLICITLY) in parse_frame_header_advanced()
1060 if (entrypthdr->quantizer == GST_VC1_QUANTIZER_NON_UNIFORM) in parse_frame_header_advanced()
1068 if (entrypthdr->quantizer == GST_VC1_QUANTIZER_EXPLICITLY) { in parse_frame_header_advanced()
1393 if (structc->quantizer == GST_VC1_QUANTIZER_IMPLICITLY) in parse_frame_header()
1407 if (structc->quantizer == GST_VC1_QUANTIZER_IMPLICITLY) in parse_frame_header()
1409 else if (structc->quantizer == GST_VC1_QUANTIZER_NON_UNIFORM) in parse_frame_header()
1412 if (structc->quantizer == GST_VC1_QUANTIZER_EXPLICITLY) in parse_frame_header()
1625 structc->quantizer = gst_bit_reader_get_bits_uint8_unchecked (br, 2); in parse_sequence_header_struct_c()
1635 structc->maxbframes, structc->quantizer, structc->finterpflag); in parse_sequence_header_struct_c()
[all …]
Dgstvc1parser.h193 guint8 quantizer; member
294 guint8 quantizer; member
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video_bsp.c71 uint8_t quantizer; // 13 member
183 vc->quantizer = d->quantizer; in nouveau_vp3_fill_picparm_vc1_bsp()
Dnouveau_vp3_video_vp.c107 uint8_t quantizer; // 35 member
449 vc->quantizer = d->quantizer; in nouveau_vp3_fill_picparm_vc1_vp()
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavvidenc.h47 gfloat quantizer; member
Dgstavvidenc.c272 = ffmpegenc->picture->quality = FF_QP2LAMBDA * ffmpegenc->quantizer; in gst_ffmpegvidenc_set_format()
836 ffmpegenc->quantizer = g_value_get_float (value); in gst_ffmpegvidenc_set_property()
862 g_value_set_float (value, ffmpegenc->quantizer); in gst_ffmpegvidenc_get_property()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-dither.h69 guint quantizer[GST_VIDEO_MAX_COMPONENTS],
Dvideo-dither.c377 GstVideoFormat format, guint quantizer[GST_VIDEO_MAX_COMPONENTS], in gst_video_dither_new()
408 guint q = quantizer[(i + 3) & 3]; in gst_video_dither_new()
/third_party/skia/third_party/externals/libwebp/examples/
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/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_mpeg1.txt268 representing the quantizer grid which will update the state
407 output image, but the quantizer table UNPACK_MPEG_INTRA_QUANT may
408 be used. The quantizer table contents may also be changed during
411 and persist until the quantizer table is respecified through a
422 terminates. The quantizer table UNPACK_MPEG_NON_INTRA_QUANT may
432 terminates. The quantizer table UNPACK_MPEG_NON_INTRA_QUANT may
563 quantizer table PACK_MPEG_INTRA_QUANT_SGIX. Unlike during
571 The conversion may also use the contents of the quantizer table
572 PACK_MPEG_NON_INTRA_QUANT_SGIX, but the contents of the quantizer
581 may also use the contents of the quantizer table
[all …]
/third_party/openGLES/extensions/SGIX/
DSGIX_mpeg1.txt268 representing the quantizer grid which will update the state
407 output image, but the quantizer table UNPACK_MPEG_INTRA_QUANT may
408 be used. The quantizer table contents may also be changed during
411 and persist until the quantizer table is respecified through a
422 terminates. The quantizer table UNPACK_MPEG_NON_INTRA_QUANT may
432 terminates. The quantizer table UNPACK_MPEG_NON_INTRA_QUANT may
563 quantizer table PACK_MPEG_INTRA_QUANT_SGIX. Unlike during
571 The conversion may also use the contents of the quantizer table
572 PACK_MPEG_NON_INTRA_QUANT_SGIX, but the contents of the quantizer
581 may also use the contents of the quantizer table
[all …]
/third_party/ffmpeg/doc/
Dcodecs.texi117 Set video quantizer scale compression (VBR). It is used as a constant
122 Set video quantizer scale blur (VBR).
125 Set min video quantizer scale (VBR). Must be included between -1 and
129 Set max video quantizer scale (VBR). Must be included between -1 and
133 Set max difference between the quantizer scale (VBR).
/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c328 picture->quantizer = picture_info->quantizer; in vlVdpDecoderRenderVC1()

12