Searched refs:aom_alloc_frame_buffer (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/test/ |
D | hbd_metrics_test.cc | 114 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/ |
D | lookahead.c | 66 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/ |
D | yv12config.h | 112 int aom_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
|
/external/libaom/libaom/aom_scale/generic/ |
D | yv12config.c | 278 int aom_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, in aom_alloc_frame_buffer() function
|
D | yv12extend.c | 444 const int error = aom_alloc_frame_buffer( in aom_yv12_realloc_with_new_border_c()
|
/external/libaom/libaom/av1/common/ |
D | resize.c | 1364 if (aom_alloc_frame_buffer( in av1_superres_upscale() 1407 if (aom_alloc_frame_buffer( in av1_superres_upscale()
|
/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()
|