Searched refs:sce0 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daaccoder.c1060 SingleChannelElement *sce0 = &cpe->ch[0]; local
1064 for (w = 0; w < sce0->ics.num_windows; w += sce0->ics.group_len[w]) {
1065 for (g = 0; g < sce0->ics.num_swb; g++) {
1068 for (w2 = 0; w2 < sce0->ics.group_len[w]; w2++) {
1073 for (i = 0; i < sce0->ics.swb_sizes[g]; i++) {
1074 M[i] = (sce0->coeffs[start+w2*128+i]
1079 abs_pow34_v(L34, sce0->coeffs+start+w2*128, sce0->ics.swb_sizes[g]);
1080 abs_pow34_v(R34, sce1->coeffs+start+w2*128, sce0
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daaccoder.c1060 SingleChannelElement *sce0 = &cpe->ch[0]; local
1064 for (w = 0; w < sce0->ics.num_windows; w += sce0->ics.group_len[w]) {
1065 for (g = 0; g < sce0->ics.num_swb; g++) {
1068 for (w2 = 0; w2 < sce0->ics.group_len[w]; w2++) {
1073 for (i = 0; i < sce0->ics.swb_sizes[g]; i++) {
1074 M[i] = (sce0->coeffs[start+w2*128+i]
1079 abs_pow34_v(L34, sce0->coeffs+start+w2*128, sce0->ics.swb_sizes[g]);
1080 abs_pow34_v(R34, sce1->coeffs+start+w2*128, sce0
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daaccoder_mips.c2293 SingleChannelElement *sce0 = &cpe->ch[0]; local
2297 for (w = 0; w < sce0->ics.num_windows; w += sce0->ics.group_len[w]) {
2298 for (g = 0; g < sce0->ics.num_swb; g++) {
2301 for (w2 = 0; w2 < sce0->ics.group_len[w]; w2++) {
2306 for (i = 0; i < sce0->ics.swb_sizes[g]; i+=4) {
2307 M[i ] = (sce0->coeffs[start+w2*128+i ]
2309 M[i+1] = (sce0->coeffs[start+w2*128+i+1]
2311 M[i+2] = (sce0->coeffs[start+w2*128+i+2]
2313 M[i+3] = (sce0
[all...]

Completed in 141 milliseconds