Searched refs:random_dequant_type24 (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.c41 WRITE_2D_ARRAY("static const", uint8_t, random_dequant_type24);
H A Dqdm2_tablegen.h42 static uint8_t random_dequant_type24[128][3]; variable
81 random_dequant_type24[i][j] = (uint8_t)((ldw / random_seed) & 0xFF);
H A Dqdm2.c878 samples[k] = (random_dequant_type24[n][k] - 2.0) * 0.5;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqdm2_tablegen.c41 WRITE_2D_ARRAY("static const", uint8_t, random_dequant_type24);
H A Dqdm2_tablegen.h42 static uint8_t random_dequant_type24[128][3]; variable
78 random_dequant_type24[i][j] = ldw / random_seed;
H A Dqdm2.c947 samples[k] = (random_dequant_type24[n][k] - 2.0) * 0.5;

Completed in 109 milliseconds