Searched refs:tile_list_outbuf (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/decoder/ |
D | obu.c | 387 if (aom_alloc_frame_buffer(&pbi->tile_list_outbuf, output_frame_width, in alloc_tile_list_buffer() 455 &pbi->tile_list_outbuf, hstart2, vstart2, plane); in copy_decoded_tile_to_tile_list_buffer() 460 &pbi->tile_list_outbuf, hstart2, vstart2); in copy_decoded_tile_to_tile_list_buffer() 464 &pbi->tile_list_outbuf, hstart2, vstart2); in copy_decoded_tile_to_tile_list_buffer() 468 &pbi->tile_list_outbuf, hstart2, vstart2); in copy_decoded_tile_to_tile_list_buffer()
|
D | decoder.h | 233 YV12_BUFFER_CONFIG tile_list_outbuf; member
|
D | decoder.c | 182 aom_free_frame_buffer(&pbi->tile_list_outbuf); in av1_decoder_remove()
|
/external/libaom/libaom/av1/ |
D | av1_dx_iface.c | 769 yuvconfig2image(&ctx->img, &pbi->tile_list_outbuf, NULL); in decoder_get_frame()
|