Searched refs:coeff2 (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dadpcm.h42 int coeff2; member in struct:ADPCMChannelStatus
H A Dvp6.c407 int coeff2 = vp56_coeff_bias[coeff]; local
409 coeff2 += get_bits(&s->gb, coeff <= 9 ? coeff - 4 : 11);
410 ct = 1 + (coeff2 > 1);
412 coeff2 = (coeff2 ^ -sign) + sign;
414 coeff2 *= s->dequant_ac;
416 s->block_coeff[b][permute[idx]] = coeff2;
H A Dadpcm.c197 predictor = (((c->sample1) * (c->coeff1)) + ((c->sample2) * (c->coeff2))) / 64;
674 c->status[0].coeff2 = ff_adpcm_AdaptCoeff2[block_predictor];
678 c->status[1].coeff2 = ff_adpcm_AdaptCoeff2[block_predictor];
918 int32_t coeff1, coeff2; local
958 coeff2 = ea_adpcm_table[(*srcC>>4) + 4];
969 (previous_sample * coeff2);
H A Dadpcmenc.c216 (( c->sample2) * (c->coeff2))) / 64;
315 (nodes[j]->sample2 * c->coeff2)) / 64;
627 c->status[i].coeff2 = ff_adpcm_AdaptCoeff2[predictor];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dadpcm.h44 int coeff2; member in struct:ADPCMChannelStatus
H A Dvp6.c421 int coeff2 = ff_vp56_coeff_bias[coeff]; local
423 coeff2 += get_bits(&s->gb, coeff <= 9 ? coeff - 4 : 11);
424 ct = 1 + (coeff2 > 1);
426 coeff2 = (coeff2 ^ -sign) + sign;
428 coeff2 *= s->dequant_ac;
430 s->block_coeff[b][permute[idx]] = coeff2;
H A Dadpcm.c242 predictor = (((c->sample1) * (c->coeff1)) + ((c->sample2) * (c->coeff2))) / 64;
816 c->status[0].coeff2 = ff_adpcm_AdaptCoeff2[block_predictor];
825 c->status[1].coeff2 = ff_adpcm_AdaptCoeff2[block_predictor];
1153 int coeff1, coeff2; local
1187 coeff2 = ea_adpcm_table[(byte >> 4) + 4];
1199 (previous_sample * coeff2);
H A Dadpcmenc.c221 (( c->sample2) * (c->coeff2))) / 64;
320 (nodes[j]->sample2 * c->coeff2)) / 64;
621 c->status[i].coeff2 = ff_adpcm_AdaptCoeff2[predictor];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daacpsy_mips.h127 float coeff2 = psy_fir_coeffs[5]; local
165 "madd.s %[sum1], %[sum1], $f8, %[coeff2] \n\t"
169 "madd.s %[sum2], %[sum2], $f11, %[coeff2] \n\t"
173 "madd.s %[sum1], %[sum1], $f7, %[coeff2] \n\t"
174 "madd.s %[sum2], %[sum2], $f10, %[coeff2] \n\t"
179 "madd.s %[sum3], %[sum3], $f2, %[coeff2] \n\t"
180 "madd.s %[sum4], %[sum4], $f5, %[coeff2] \n\t"
183 "madd.s %[sum3], %[sum3], $f1, %[coeff2] \n\t"
184 "madd.s %[sum4], %[sum4], $f4, %[coeff2] \n\t"
218 [coeff2]"
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Drematrix_template.c52 INTER coeff2 = coeffp[index2]; local
55 out[i] = R(coeff1*in1[i] + coeff2*in2[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dinput.asm116 %define coeff2 m6
121 %define coeff2 m9
124 %define coeff2 [%2_Ycoeff_3x56]
180 pmaddwd m1, coeff2 ; (dword) { R0*RY, G1+GY + R1*RY, R2*RY, G3+GY + R3*RY }
182 pmaddwd m3, coeff2 ; (dword) { R4*RY, G5+GY + R5*RY, R6*RY, G7+GY + R7*RY }

Completed in 96 milliseconds