Searched refs:aom_alloc_frame_buffer (Results 1 – 13 of 13) sorted by relevance
/external/libaom/test/ |
D | hbd_metrics_test.cc | 114 aom_alloc_frame_buffer(&lbd_src, width, height, 1, 1, 0, 32, 16, false, 0); in RunAccuracyCheck() 115 aom_alloc_frame_buffer(&lbd_dst, width, height, 1, 1, 0, 32, 16, false, 0); in RunAccuracyCheck() 116 aom_alloc_frame_buffer(&hbd_src, width, height, 1, 1, 1, 32, 16, false, 0); in RunAccuracyCheck() 117 aom_alloc_frame_buffer(&hbd_dst, width, height, 1, 1, 1, 32, 16, false, 0); in RunAccuracyCheck()
|
D | av1_scale_test.cc | 63 ASSERT_EQ(0, aom_alloc_frame_buffer(img, width, height, 1, 1, 0, border, 16, in ResetResizeImage()
|
/external/libaom/av1/encoder/ |
D | tune_vmaf.c | 343 aom_alloc_frame_buffer( in find_best_frame_unsharp_amount() 395 aom_alloc_frame_buffer( in av1_vmaf_neg_preprocessing() 415 aom_alloc_frame_buffer( in av1_vmaf_frame_preprocessing() 419 aom_alloc_frame_buffer( in av1_vmaf_frame_preprocessing() 456 aom_alloc_frame_buffer( in av1_vmaf_blk_preprocessing() 459 aom_alloc_frame_buffer(&source_extended, width, height, ss_x, ss_y, in av1_vmaf_blk_preprocessing() 495 aom_alloc_frame_buffer(&source_block, block_w, block_h, ss_x, ss_y, in av1_vmaf_blk_preprocessing() 499 aom_alloc_frame_buffer(&blurred_block, block_w, block_h, ss_x, ss_y, in av1_vmaf_blk_preprocessing() 622 aom_alloc_frame_buffer( in av1_set_mb_vmaf_rdmult_scaling() 643 aom_alloc_frame_buffer(&blurred, resized_y_width, resized_y_height, ss_x, in av1_set_mb_vmaf_rdmult_scaling() [all …]
|
D | tune_butteraugli.c | 210 aom_alloc_frame_buffer( in av1_setup_butteraugli_source() 218 aom_alloc_frame_buffer( in av1_setup_butteraugli_source() 244 aom_alloc_frame_buffer( in av1_setup_butteraugli_rdmult_and_restore_source()
|
D | av1_temporal_denoiser.c | 488 fail = aom_alloc_frame_buffer( in av1_denoiser_realloc_svc_helper() 577 fail = aom_alloc_frame_buffer( in av1_denoiser_alloc() 590 fail = aom_alloc_frame_buffer( in av1_denoiser_alloc() 601 fail = aom_alloc_frame_buffer(&denoiser->last_source, width, height, ssx, ssy, in av1_denoiser_alloc()
|
D | lookahead.c | 135 if (aom_alloc_frame_buffer(&new_img, width, height, subsampling_x, in av1_lookahead_push()
|
D | encoder.c | 2505 if (aom_alloc_frame_buffer( in encode_without_recode() 2684 if (aom_alloc_frame_buffer( in encode_without_recode()
|
D | tpl_model.c | 195 if (aom_alloc_frame_buffer( in av1_setup_tpl_buffers()
|
/external/libaom/aom_scale/ |
D | yv12config.h | 153 int aom_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
|
/external/libaom/aom_scale/generic/ |
D | yv12config.c | 268 int aom_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, in aom_alloc_frame_buffer() function
|
D | yv12extend.c | 477 const int error = aom_alloc_frame_buffer( in aom_yv12_realloc_with_new_border_c()
|
/external/libaom/av1/common/ |
D | resize.c | 1330 if (aom_alloc_frame_buffer( in av1_superres_upscale() 1379 if (aom_alloc_frame_buffer( in av1_superres_upscale()
|
/external/libaom/av1/decoder/ |
D | obu.c | 396 if (aom_alloc_frame_buffer(&pbi->tile_list_outbuf, output_frame_width, in alloc_tile_list_buffer()
|