Searched refs:nCoeffs (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dmpegvideo_iwmmxt.c29 int nCoeffs; local
47 nCoeffs=63;
49 nCoeffs= s->inter_scantable.raster_end[ s->block_last_index[n] ];
88 :[i]"r"((nCoeffs + 8) / 8), [qmul]"r"(qmul), [qadd]"r"(qadd)
98 int nCoeffs;
103 nCoeffs=63;
105 nCoeffs= s->inter_scantable.raster_end[ s->block_last_index[n] ];
107 ippiQuantInvInter_Compact_H263_16s_I(block, nCoeffs+1, qscale);
H A Dmpegvideo_armv5te.c55 int nCoeffs; local
72 nCoeffs=63;
74 nCoeffs= s->inter_scantable.raster_end[ s->block_last_index[n] ];
76 ff_dct_unquantize_h263_armv5te(block, qmul, qadd, nCoeffs + 1);
84 int nCoeffs; local
91 nCoeffs= s->inter_scantable.raster_end[ s->block_last_index[n] ];
93 ff_dct_unquantize_h263_armv5te(block, qmul, qadd, nCoeffs + 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dmpegvideo_mmx.c37 x86_reg level, qmul, qadd, nCoeffs; local
54 nCoeffs=63;
56 nCoeffs= s->inter_scantable.raster_end[ s->block_last_index[n] ];
102 ::"r" (block+nCoeffs), "rm"(qmul), "rm" (qadd), "r" (2*(-nCoeffs))
112 x86_reg qmul, qadd, nCoeffs; local
119 nCoeffs= s->inter_scantable.raster_end[ s->block_last_index[n] ];
165 ::"r" (block+nCoeffs), "rm"(qmul), "rm" (qadd), "r" (2*(-nCoeffs))
203 x86_reg nCoeffs; local
272 x86_reg nCoeffs; local
338 x86_reg nCoeffs; local
404 x86_reg nCoeffs; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ps2/
H A Dmpegvideo_mmi.c31 int nCoeffs; local
48 nCoeffs= 63; //does not always use zigzag table
50 nCoeffs= s->intra_scantable.raster_end[ s->block_last_index[n] ];
76 :: "r"(qmul), "r" (qadd), "r" (nCoeffs), "r" (block) : "$8", "$9", "$10", "$11", "$12", "$13", "$14", "memory" );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dmpegvideo_altivec.c483 int nCoeffs; local
501 nCoeffs= 63; //does not always use zigzag table
504 nCoeffs= s->intra_scantable.raster_end[ s->block_last_index[n] ];
535 for(j = 0; (j <= nCoeffs) && ((((unsigned long)block) + (j << 1)) & 0x0000000F) ; j++) {
550 for(; (j + 7) <= nCoeffs ; j+=8) {
563 // if nCoeffs isn't a multiple of 8, finish the job
567 for(; j <= nCoeffs ; j++) {
584 POWERPC_PERF_STOP_COUNT(altivec_dct_unquantize_h263_num, nCoeffs == 63);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpegvideo.c2091 int i, level, nCoeffs; local
2094 nCoeffs= s->block_last_index[n];
2102 for(i=1;i<=nCoeffs;i++) {
2123 int i, level, nCoeffs; local
2126 nCoeffs= s->block_last_index[n];
2129 for(i=0; i<=nCoeffs; i++) {
2152 int i, level, nCoeffs; local
2155 if(s->alternate_scan) nCoeffs= 63;
2156 else nCoeffs= s->block_last_index[n];
2163 for(i=1;i<=nCoeffs;
2182 int i, level, nCoeffs; local
2215 int i, level, nCoeffs; local
2247 int nCoeffs; local
2284 int nCoeffs; local
[all...]

Completed in 108 milliseconds