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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daaccoder_mips.c2294 SingleChannelElement *sce1 = &cpe->ch[1]; local
2308 + sce1->coeffs[start+w2*128+i ]) * 0.5;
2310 + sce1->coeffs[start+w2*128+i+1]) * 0.5;
2312 + sce1->coeffs[start+w2*128+i+2]) * 0.5;
2314 + sce1->coeffs[start+w2*128+i+3]) * 0.5;
2317 - sce1->coeffs[start+w2*128+i ];
2319 - sce1->coeffs[start+w2*128+i+1];
2321 - sce1->coeffs[start+w2*128+i+2];
2323 - sce1->coeffs[start+w2*128+i+3];
2326 abs_pow34_v(R34, sce1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daaccoder.c1061 SingleChannelElement *sce1 = &cpe->ch[1]; local
1075 + sce1->coeffs[start+w2*128+i]) * 0.5;
1077 - sce1->coeffs[start+w2*128+i];
1080 abs_pow34_v(R34, sce1->coeffs+start+w2*128, sce0->ics.swb_sizes[g]);
1089 dist1 += quantize_band_cost(s, sce1->coeffs + start + w2*128,
1091 sce1->ics.swb_sizes[g],
1092 sce1->sf_idx[(w+w2)*16+g],
1093 sce1->band_type[(w+w2)*16+g],
1103 sce1->ics.swb_sizes[g],
1104 sce1
[all...]
H A Daacdec.c1462 SingleChannelElement *sce1 = &cpe->ch[1]; local
1470 if (sce1->band_type[idx] == INTENSITY_BT || sce1->band_type[idx] == INTENSITY_BT2) {
1471 const int bt_run_end = sce1->band_type_run_end[idx];
1473 c = -1 + 2 * (sce1->band_type[idx] - 14);
1476 scale = c * sce1->sf[idx];
1484 int bt_run_end = sce1->band_type_run_end[idx];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daaccoder.c1061 SingleChannelElement *sce1 = &cpe->ch[1]; local
1075 + sce1->coeffs[start+w2*128+i]) * 0.5;
1077 - sce1->coeffs[start+w2*128+i];
1080 abs_pow34_v(R34, sce1->coeffs+start+w2*128, sce0->ics.swb_sizes[g]);
1089 dist1 += quantize_band_cost(s, sce1->coeffs + start + w2*128,
1091 sce1->ics.swb_sizes[g],
1092 sce1->sf_idx[(w+w2)*16+g],
1093 sce1->band_type[(w+w2)*16+g],
1103 sce1->ics.swb_sizes[g],
1104 sce1
[all...]
H A Daacdec.c2004 SingleChannelElement *sce1 = &cpe->ch[1]; local
2012 if (sce1->band_type[idx] == INTENSITY_BT ||
2013 sce1->band_type[idx] == INTENSITY_BT2) {
2014 const int bt_run_end = sce1->band_type_run_end[idx];
2016 c = -1 + 2 * (sce1->band_type[idx] - 14);
2019 scale = c * sce1->sf[idx];
2027 int bt_run_end = sce1->band_type_run_end[idx];

Completed in 178 milliseconds