Searched refs:tile_list_outbuf (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/decoder/ |
D | obu.c | 381 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()
|
D | decoder.h | 237 YV12_BUFFER_CONFIG tile_list_outbuf; member
|
D | decoder.c | 162 aom_free_frame_buffer(&pbi->tile_list_outbuf); in av1_decoder_remove()
|
/external/libaom/libaom/av1/ |
D | av1_dx_iface.c | 785 yuvconfig2image(&ctx->img, &pbi->tile_list_outbuf, NULL); in decoder_get_frame()
|