Searched refs:pows (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dnellymoserdec.c66 float buf[NELLY_FILL_LEN], pows[NELLY_FILL_LEN]; local
74 pptr = pows;
97 aptr[j] = M_SQRT1_2*pows[j];
102 aptr[j] = ff_nelly_dequantization_table[(1<<bits[j])-1+v]*pows[j];
H A Dnellymoserenc.c300 float pows[NELLY_FILL_LEN]; local
338 pows[i] = power_idx;
342 ff_nelly_get_sample_bits(pows, bits);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dnellymoserdec.c67 float buf[NELLY_FILL_LEN], pows[NELLY_FILL_LEN]; local
75 pptr = pows;
98 aptr[j] = M_SQRT1_2*pows[j];
103 aptr[j] = ff_nelly_dequantization_table[(1<<bits[j])-1+v]*pows[j];
H A Dnellymoserenc.c285 float pows[NELLY_FILL_LEN]; local
323 pows[i] = power_idx;
327 ff_nelly_get_sample_bits(pows, bits);

Completed in 102 milliseconds