Home
last modified time | relevance | path

Searched refs:read_low_coeffs (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dpixlet.c126 static int read_low_coeffs(AVCodecContext *avctx, int16_t *dst, int size, in read_low_coeffs() function
558 ret = read_low_coeffs(avctx, dst + 1, ctx->band[plane][0].width - 1, in decode_plane()
566 ret = read_low_coeffs(avctx, dst + stride, in decode_plane()
575 ret = read_low_coeffs(avctx, dst + stride + 1, in decode_plane()

Completed in 2 milliseconds