Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtune_vmaf.c511 YV12_BUFFER_CONFIG resized_source; in av1_set_mb_vmaf_rdmult_scaling() local
512 memset(&resized_source, 0, sizeof(resized_source)); in av1_set_mb_vmaf_rdmult_scaling()
514 &resized_source, y_width / resize_factor, y_height / resize_factor, 1, 1, in av1_set_mb_vmaf_rdmult_scaling()
517 av1_resize_and_extend_frame(cpi->source, &resized_source, bit_depth, in av1_set_mb_vmaf_rdmult_scaling()
520 const int resized_y_width = resized_source.y_width; in av1_set_mb_vmaf_rdmult_scaling()
521 const int resized_y_height = resized_source.y_height; in av1_set_mb_vmaf_rdmult_scaling()
535 gaussian_blur(bit_depth, &resized_source, &blurred); in av1_set_mb_vmaf_rdmult_scaling()
540 frame_data.source = &resized_source; in av1_set_mb_vmaf_rdmult_scaling()
560 uint8_t *const orig_buf = resized_source.y_buffer + in av1_set_mb_vmaf_rdmult_scaling()
561 row_offset_y * resized_source.y_stride + in av1_set_mb_vmaf_rdmult_scaling()
[all …]