Home
last modified time | relevance | path

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

/external/libaom/test/
Dhbd_metrics_test.cc114 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()
Dav1_scale_test.cc63 ASSERT_EQ(0, aom_alloc_frame_buffer(img, width, height, 1, 1, 0, border, 16, in ResetResizeImage()
/external/libaom/av1/encoder/
Dtune_vmaf.c343 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 …]
Dtune_butteraugli.c210 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()
Dav1_temporal_denoiser.c488 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()
Dlookahead.c135 if (aom_alloc_frame_buffer(&new_img, width, height, subsampling_x, in av1_lookahead_push()
Dencoder.c2505 if (aom_alloc_frame_buffer( in encode_without_recode()
2684 if (aom_alloc_frame_buffer( in encode_without_recode()
Dtpl_model.c195 if (aom_alloc_frame_buffer( in av1_setup_tpl_buffers()
/external/libaom/aom_scale/
Dyv12config.h153 int aom_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height,
/external/libaom/aom_scale/generic/
Dyv12config.c268 int aom_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, in aom_alloc_frame_buffer() function
Dyv12extend.c477 const int error = aom_alloc_frame_buffer( in aom_yv12_realloc_with_new_border_c()
/external/libaom/av1/common/
Dresize.c1330 if (aom_alloc_frame_buffer( in av1_superres_upscale()
1379 if (aom_alloc_frame_buffer( in av1_superres_upscale()
/external/libaom/av1/decoder/
Dobu.c396 if (aom_alloc_frame_buffer(&pbi->tile_list_outbuf, output_frame_width, in alloc_tile_list_buffer()