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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dqdm2_tablegen.c40 WRITE_2D_ARRAY("static const", uint8_t, random_dequant_index);
H A Dqdm2_tablegen.h41 static uint8_t random_dequant_index[256][5]; variable
70 random_dequant_index[i][j] = (uint8_t)((ldw / random_seed) & 0xFF);
H A Dqdm2.c829 samples[2 * k] = dequant_1bit[joined_stereo][random_dequant_index[n][k]];
865 samples[k] = dequant_1bit[joined_stereo][random_dequant_index[n][k]];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqdm2_tablegen.c40 WRITE_2D_ARRAY("static const", uint8_t, random_dequant_index);
H A Dqdm2_tablegen.h41 static uint8_t random_dequant_index[256][5]; variable
69 random_dequant_index[i][j] = ldw / random_seed;
H A Dqdm2.c888 samples[2 * k] = dequant_1bit[joined_stereo][random_dequant_index[n][k]];
929 samples[k] = dequant_1bit[joined_stereo][random_dequant_index[n][k]];

Completed in 168 milliseconds