Home
last modified time | relevance | path

Searched defs:dequant (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcdsp.h53 void (*dequant)(int16_t *coeffs, int16_t log2_size); member
Dsipr16k.c53 static void dequant(float *out, const int *idx, const float * const cbs[]) in dequant() function
Dcavsdec.c516 static inline int dequant(AVSContext *h, int16_t *level_buf, uint8_t *run_buf, in dequant() function
Dsipr.c142 static void dequant(float *out, const int *idx, const float * const cbs[]) in dequant() function
Dtwinvq.c172 static void dequant(TwinVQContext *tctx, const uint8_t *cb_bits, float *out, in dequant() function
Dhevcdsp_template.c107 static void FUNC(dequant)(int16_t *coeffs, int16_t log2_size) in FUNC() argument
/third_party/astc-encoder/Source/
Dstb_image.h1934 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()