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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp56.c33 void ff_vp56_init_dequant(VP56Context *s, int quantizer) argument
35 s->quantizer = quantizer;
36 s->dequant_dc = vp56_dc_dequant[quantizer] << 2;
37 s->dequant_ac = vp56_ac_dequant[quantizer] << 2;
38 memset(s->qscale_table, quantizer, s->mb_width);
308 int t = vp56_filter_threshold[s->quantizer];
689 s->quantizer = -1;
H A Dvp56.h114 int quantizer; member in struct:vp56_context
178 void ff_vp56_init_dequant(VP56Context *s, int quantizer);
H A Dimc.c597 const float* quantizer; local
614 quantizer = imc_quantizer2[(stream_format_code & 2) >> 1];
616 q->CWdecoded[j] = quantizer[q->codewords[j] - 8] * q->flcoeffs6[i];
618 q->CWdecoded[j] = -quantizer[max_size - q->codewords[j] - 8 - 1] * q->flcoeffs6[i];
620 quantizer = imc_quantizer1[((stream_format_code & 2) >> 1) | (q->bandFlagsBuf[i] << 1)];
622 q->CWdecoded[j] = quantizer[q->codewords[j] - 1] * q->flcoeffs6[i];
624 q->CWdecoded[j] = -quantizer[max_size - 2 - q->codewords[j]] * q->flcoeffs6[i];
H A Dvaapi_vc1.c241 pic_param->pic_quantizer_fields.bits.quantizer = v->quantizer_mode;
H A Dvdpau.c270 render->info.vc1.quantizer = v->quantizer_mode;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp56.c34 void ff_vp56_init_dequant(VP56Context *s, int quantizer) argument
36 s->quantizer = quantizer;
37 s->dequant_dc = ff_vp56_dc_dequant[quantizer] << 2;
38 s->dequant_ac = ff_vp56_ac_dequant[quantizer] << 2;
308 int t = ff_vp56_filter_threshold[s->quantizer];
719 s->quantizer = -1;
H A Dvdpau_vc1.c77 info->quantizer = v->quantizer_mode;
H A Dvp56.h145 int quantizer; member in struct:vp56_context
214 void ff_vp56_init_dequant(VP56Context *s, int quantizer);
H A Dimc.c744 const float *quantizer; local
761 quantizer = imc_quantizer2[(stream_format_code & 2) >> 1];
763 chctx->CWdecoded[j] = quantizer[chctx->codewords[j] - 8] * chctx->flcoeffs6[i];
765 chctx->CWdecoded[j] = -quantizer[max_size - chctx->codewords[j] - 8 - 1] * chctx->flcoeffs6[i];
767 quantizer = imc_quantizer1[((stream_format_code & 2) >> 1) | (chctx->bandFlagsBuf[i] << 1)];
769 chctx->CWdecoded[j] = quantizer[chctx->codewords[j] - 1] * chctx->flcoeffs6[i];
771 chctx->CWdecoded[j] = -quantizer[max_size - 2 - chctx->codewords[j]] * chctx->flcoeffs6[i];
H A Dvaapi_vc1.c241 pic_param->pic_quantizer_fields.bits.quantizer = v->quantizer_mode;
H A Dvdpau.c350 render->info.vc1.quantizer = v->quantizer_mode;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dvpx.mak79 $(foreach Q,$(VP9_Q),$(eval $(call FATE_VP9_SUITE,00-quantizer-$(Q),$(1),$(2))))

Completed in 154 milliseconds