Home
last modified time | relevance | path

Searched defs:recon (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/tools/
Dtiny_ssim.c32 uint16_t *recon, int recon_stride, in calc_plane_error16()
55 static uint64_t calc_plane_error(uint8_t *orig, int orig_stride, uint8_t *recon, in calc_plane_error()
/external/libaom/av1/encoder/
Dtune_vmaf.c644 YV12_BUFFER_CONFIG recon; in av1_set_mb_vmaf_rdmult_scaling() local
964 YV12_BUFFER_CONFIG *const src, YV12_BUFFER_CONFIG *const recon, in find_best_frame_unsharp_amount_loop_neg()
997 YV12_BUFFER_CONFIG *const recon, YV12_BUFFER_CONFIG *const ref, in find_best_frame_unsharp_amount_neg()
1074 YV12_BUFFER_CONFIG *recon = &cpi->common.cur_frame->buf; in av1_update_vmaf_curve() local
Dtune_butteraugli.c26 const YV12_BUFFER_CONFIG *recon, in set_mb_butteraugli_rdmult_scaling()
Dthirdpass.c451 const YV12_BUFFER_CONFIG *recon = &cpi->common.cur_frame->buf; in av1_write_second_pass_per_frame_info() local
Dencoder.c4134 const YV12_BUFFER_CONFIG *recon = &cpi->common.cur_frame->buf; in compute_internal_stats() local
Dtx_search.c991 uint8_t *recon; in dist_block_px_domain() local
/external/libvpx/vp9/encoder/
Dvp9_rdopt.c674 uint8_t *recon = (uint8_t *)recon16; in dist_block() local
752 struct buf_2d *recon = args->this_recon; in block_rd_txfm() local
879 struct buf_2d *recon) { in txfm_rd_in_plane()
915 struct buf_2d *recon) { in choose_largest_tx_size()
931 BLOCK_SIZE bs, struct buf_2d *recon) { in choose_tx_size_from_rd()
1049 struct buf_2d *recon) { in super_block_yrd()
2752 struct buf_2d *recon, int *disable_skip, int_mv (*mode_mv)[MAX_REF_FRAMES], in handle_inter_mode()
3171 struct buf_2d *recon, in rd_variance_adjustment()
3383 struct buf_2d *recon; in vp9_rd_pick_inter_mode_sb() local
Dvp9_encoder.c7965 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show; local
/external/libvpx/vp8/encoder/
Donyx_if.c2298 unsigned char *recon, int recon_stride, in calc_plane_error()
2350 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show; in generate_psnr_packet() local
5144 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show; in vp8_get_compressed_data() local
/external/libaom/aom_dsp/
Dssim.c465 const YV12_BUFFER_CONFIG *recon, const uint32_t bit_depth, in aom_calc_ssim()
/external/libaom/av1/common/
Dcfl.c120 const uint16_t *recon = src; in subtract_average_c() local
/external/zstd/tests/
Dfuzzer.c1063 void* recon = (void*)malloc(size); in basicUnitTests() local
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp4101 static unsigned unfilterScanline(unsigned char* recon, const unsigned char* scanline, const unsigne… in unfilterScanline()