Searched refs:decode_func (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hqx.c | 373 ctx->decode_func(ctx, slice_no, mb_x * 16, mb_y * 16); in decode_slice() 483 ctx->decode_func = hqx_decode_422; in hqx_decode_frame() 487 ctx->decode_func = hqx_decode_444; in hqx_decode_frame() 491 ctx->decode_func = hqx_decode_422a; in hqx_decode_frame() 495 ctx->decode_func = hqx_decode_444a; in hqx_decode_frame()
|
D | hqx.h | 68 mb_decode_func decode_func; member
|
/third_party/flutter/skia/third_party/externals/wuffs/test/c/std/ |
D | gif.c | 2029 const char* (*decode_func)(wuffs_base__io_buffer*, in do_bench_gif_decode() 2056 status = decode_func(&got, wuffs_initialize_flags, pixfmt, &src); in do_bench_gif_decode()
|
/third_party/python/Doc/whatsnew/ |
D | 2.0.rst | 207 4-element tuple: ``(encode_func, decode_func, stream_reader, stream_writer)``. 214 * *decode_func* is the opposite of *encode_func*, taking an 8-bit string and
|