Searched defs:dequant (Results 1 – 6 of 6) sorted by relevance
| /third_party/ffmpeg/libavcodec/ |
| D | sipr16k.c | 53 static void dequant(float *out, const int *idx, const float * const cbs[]) in dequant() function
|
| D | hevcdsp.h | 53 void (*dequant)(int16_t *coeffs, int16_t log2_size); member
|
| 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
|