Searched defs:dequant (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevcdsp.h | 53 void (*dequant)(int16_t *coeffs, int16_t log2_size); member
|
D | sipr16k.c | 53 static void dequant(float *out, const int *idx, const float * const cbs[]) in dequant() function
|
D | cavsdec.c | 516 static inline int dequant(AVSContext *h, int16_t *level_buf, uint8_t *run_buf, in dequant() function
|
D | sipr.c | 142 static void dequant(float *out, const int *idx, const float * const cbs[]) in dequant() function
|
D | twinvq.c | 172 static void dequant(TwinVQContext *tctx, const uint8_t *cb_bits, float *out, in dequant() function
|
D | hevcdsp_template.c | 107 static void FUNC(dequant)(int16_t *coeffs, int16_t log2_size) in FUNC() argument
|
/third_party/astc-encoder/Source/ |
D | stb_image.h | 1934 stbi__uint16 dequant[4][64]; member 2182 …t data[64], stbi__huffman *hdc, stbi__huffman *hac, stbi__int16 *fac, int b, stbi__uint16 *dequant) in stbi__jpeg_decode_block() 3039 static void stbi__jpeg_dequantize(short *data, stbi__uint16 *dequant) in stbi__jpeg_dequantize()
|