Home
last modified time | relevance | path

Searched refs:aom_free_frame_buffer (Results 1 – 9 of 9) sorted by relevance

/external/libaom/libaom/test/
Dhbd_metrics_test.cc163 aom_free_frame_buffer(&lbd_src); in RunAccuracyCheck()
164 aom_free_frame_buffer(&lbd_dst); in RunAccuracyCheck()
165 aom_free_frame_buffer(&hbd_src); in RunAccuracyCheck()
166 aom_free_frame_buffer(&hbd_dst); in RunAccuracyCheck()
/external/libaom/libaom/av1/encoder/
Dlookahead.c37 for (i = 0; i < ctx->max_sz; i++) aom_free_frame_buffer(&ctx->buf[i].img); in av1_lookahead_destroy()
71 aom_free_frame_buffer(&ctx->buf[i].img); in av1_lookahead_init()
164 aom_free_frame_buffer(&buf->img); in av1_lookahead_push()
Dencoder.c572 aom_free_frame_buffer(&cpi->last_frame_uf); in dealloc_compressor_data()
574 aom_free_frame_buffer(&cpi->trial_frame_rst); in dealloc_compressor_data()
575 aom_free_frame_buffer(&cpi->scaled_source); in dealloc_compressor_data()
576 aom_free_frame_buffer(&cpi->scaled_last_source); in dealloc_compressor_data()
577 aom_free_frame_buffer(&cpi->alt_ref_buffer); in dealloc_compressor_data()
/external/libaom/libaom/aom_scale/generic/
Dyv12config.c31 int aom_free_frame_buffer(YV12_BUFFER_CONFIG *ybf) { in aom_free_frame_buffer() function
282 aom_free_frame_buffer(ybf); in aom_alloc_frame_buffer()
Dyv12extend.c456 aom_free_frame_buffer(ybf); in aom_yv12_realloc_with_new_border_c()
/external/libaom/libaom/aom_scale/
Dyv12config.h136 int aom_free_frame_buffer(YV12_BUFFER_CONFIG *ybf);
/external/libaom/libaom/av1/common/
Dalloccommon.c104 aom_free_frame_buffer(&pool->frame_bufs[i].buf); in av1_free_ref_frame_buffers()
186 aom_free_frame_buffer(&cm->rst_frame); in av1_free_restoration_buffers()
Dresize.c1431 aom_free_frame_buffer(&copy_buffer); in av1_superres_upscale()
/external/libaom/libaom/av1/decoder/
Ddecoder.c162 aom_free_frame_buffer(&pbi->tile_list_outbuf); in av1_decoder_remove()