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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/bfin/
H A Dfdct_bfin.S138 dct_coeff: label
153 RELOC(r0, P3, dct_coeff);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpegvideo_enc.c3062 int dct_coeff= FFABS(block[ scantable[i] ]); local
3070 dct_coeff= (dct_coeff*ff_inv_aanscales[ scantable[i] ]) >> 12;
3071 zero_distortion= dct_coeff*dct_coeff;
3095 distortion= (unquant_coeff - dct_coeff) * (unquant_coeff - dct_coeff) - zero_distortion;
H A Davcodec.h794 short *dct_coeff;\
H A Dmpegvideo.c236 CHECKED_ALLOCZ(pic->dct_coeff, 64 * mb_array_size * sizeof(DCTELEM)*6)
272 av_freep(&pic->dct_coeff);
1759 DCTELEM *dct = &s->current_picture.dct_coeff[mb_xy*64*6];
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h794 short *dct_coeff;\

Completed in 80 milliseconds