Searched refs:dequantize (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | atrac9dec.c | 459 static inline void dequantize(ATRAC9Context *s, ATRAC9BlockData *b, in dequantize() function 675 dequantize (s, b, c); in atrac9_decode_block() 762 dequantize (s, b, c); in atrac9_decode_block()
|
H A D | snowenc.c | 1305 static void dequantize(SnowContext *s, SubBand *b, IDWTELEM *src, int stride){ in dequantize() function 1805 dequantize(s, b, b->ibuf, b->stride); in encode_frame()
|
Completed in 7 milliseconds