Searched refs:read_low_coeffs (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | pixlet.c | 125 static int read_low_coeffs(AVCodecContext *avctx, int16_t *dst, int size, in read_low_coeffs() function 557 ret = read_low_coeffs(avctx, dst + 1, ctx->band[plane][0].width - 1, in decode_plane() 565 ret = read_low_coeffs(avctx, dst + stride, in decode_plane() 574 ret = read_low_coeffs(avctx, dst + stride + 1, in decode_plane()
|