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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwebp.c453 static int decode_entropy_coded_image(WebPContext *s, enum ImageRole role,
473 ret = decode_entropy_coded_image(s, IMAGE_ROLE_ENTROPY, blocks_w, blocks_h);
502 ret = decode_entropy_coded_image(s, IMAGE_ROLE_PREDICTOR, blocks_w,
518 ret = decode_entropy_coded_image(s, IMAGE_ROLE_COLOR_TRANSFORM, blocks_w,
545 ret = decode_entropy_coded_image(s, IMAGE_ROLE_COLOR_INDEXING,
586 static int decode_entropy_coded_image(WebPContext *s, enum ImageRole role, function
1157 ret = decode_entropy_coded_image(s, IMAGE_ROLE_ARGB, w, h);

Completed in 22 milliseconds