Home
last modified time | relevance | path

Searched refs:tile_list_outbuf (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/decoder/
Dobu.c381 if (aom_alloc_frame_buffer(&pbi->tile_list_outbuf, output_frame_width, in alloc_tile_list_buffer()
449 &pbi->tile_list_outbuf, hstart2, vstart2, plane); in copy_decoded_tile_to_tile_list_buffer()
454 &pbi->tile_list_outbuf, hstart2, vstart2); in copy_decoded_tile_to_tile_list_buffer()
458 &pbi->tile_list_outbuf, hstart2, vstart2); in copy_decoded_tile_to_tile_list_buffer()
462 &pbi->tile_list_outbuf, hstart2, vstart2); in copy_decoded_tile_to_tile_list_buffer()
Ddecoder.h237 YV12_BUFFER_CONFIG tile_list_outbuf; member
Ddecoder.c162 aom_free_frame_buffer(&pbi->tile_list_outbuf); in av1_decoder_remove()
/external/libaom/libaom/av1/
Dav1_dx_iface.c785 yuvconfig2image(&ctx->img, &pbi->tile_list_outbuf, NULL); in decoder_get_frame()