Searched refs:random_dequant_type24 (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dqdm2_tablegen.c48 printf("static const uint8_t random_dequant_type24[128][3] = {\n");
49 write_uint8_2d_array(random_dequant_type24, 128, 3);
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.c876 samples[k] = (random_dequant_type24[n][k] - 2.0) * 0.5;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dqdm2_tablegen.c48 printf("static const uint8_t random_dequant_type24[128][3] = {\n");
49 write_uint8_2d_array(random_dequant_type24, 128, 3);
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.c876 samples[k] = (random_dequant_type24[n][k] - 2.0) * 0.5;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dqdm2_tablegen.c48 printf("static const uint8_t random_dequant_type24[128][3] = {\n");
49 write_uint8_2d_array(random_dequant_type24, 128, 3);
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.c876 samples[k] = (random_dequant_type24[n][k] - 2.0) * 0.5;

Completed in 77 milliseconds