Home
last modified time | relevance | path

Searched refs:aom_alloc_frame_buffer (Results 1 – 7 of 7) sorted by relevance

/external/libaom/libaom/test/
Dhbd_metrics_test.cc114 aom_alloc_frame_buffer(&lbd_src, width, height, 1, 1, 0, 32, 16); in RunAccuracyCheck()
115 aom_alloc_frame_buffer(&lbd_dst, width, height, 1, 1, 0, 32, 16); in RunAccuracyCheck()
116 aom_alloc_frame_buffer(&hbd_src, width, height, 1, 1, 1, 32, 16); in RunAccuracyCheck()
117 aom_alloc_frame_buffer(&hbd_dst, width, height, 1, 1, 1, 32, 16); in RunAccuracyCheck()
/external/libaom/libaom/av1/encoder/
Dlookahead.c66 if (aom_alloc_frame_buffer( in av1_lookahead_init()
160 if (aom_alloc_frame_buffer(&new_img, width, height, subsampling_x, in av1_lookahead_push()
/external/libaom/libaom/aom_scale/
Dyv12config.h112 int aom_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
/external/libaom/libaom/aom_scale/generic/
Dyv12config.c278 int aom_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, in aom_alloc_frame_buffer() function
Dyv12extend.c444 const int error = aom_alloc_frame_buffer( in aom_yv12_realloc_with_new_border_c()
/external/libaom/libaom/av1/common/
Dresize.c1364 if (aom_alloc_frame_buffer( in av1_superres_upscale()
1407 if (aom_alloc_frame_buffer( in av1_superres_upscale()
/external/libaom/libaom/av1/decoder/
Dobu.c381 if (aom_alloc_frame_buffer(&pbi->tile_list_outbuf, output_frame_width, in alloc_tile_list_buffer()