Searched refs:dct_coeff (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/bfin/
H A Dfdct_bfin.S137 dct_coeff: label
152 RELOC(r0, P3, dct_coeff);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dframe.h285 short *dct_coeff; member in struct:AVFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo_enc.c3428 int dct_coeff= FFABS(block[ scantable[i] ]); local
3436 dct_coeff= (dct_coeff*ff_inv_aanscales[ scantable[i] ]) >> 12;
3437 zero_distortion= dct_coeff*dct_coeff;
3461 distortion= (unquant_coeff - dct_coeff) * (unquant_coeff - dct_coeff) - zero_distortion;
H A Davcodec.h1202 short *dct_coeff; member in struct:AVFrame
H A Dmpegvideo.c364 FF_ALLOCZ_OR_GOTO(s->avctx, pic->f.dct_coeff,
398 av_freep(&pic->f.dct_coeff);
2296 DCTELEM *dct = &s->current_picture.f.dct_coeff[mb_xy * 64 * 6];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegvideo_enc.c3829 int dct_coeff= FFABS(block[ scantable[i] ]); local
3833 dct_coeff= (dct_coeff*ff_inv_aanscales[ scantable[i] ]) >> 12;
3834 zero_distortion= dct_coeff*dct_coeff;
3858 distortion= (unquant_coeff - dct_coeff) * (unquant_coeff - dct_coeff) - zero_distortion;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h794 short *dct_coeff;\

Completed in 113 milliseconds