Home
last modified time | relevance | path

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

/external/libvpx/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/libvpx/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
882 struct buf_2d *recon) { in txfm_rd_in_plane()
918 struct buf_2d *recon) { in choose_largest_tx_size()
934 BLOCK_SIZE bs, struct buf_2d *recon) { in choose_tx_size_from_rd()
1052 struct buf_2d *recon) { in super_block_yrd()
2728 struct buf_2d *recon, int *disable_skip, int_mv (*mode_mv)[MAX_REF_FRAMES], in handle_inter_mode()
3147 struct buf_2d *recon, in rd_variance_adjustment()
3359 struct buf_2d *recon; in vp9_rd_pick_inter_mode_sb() local
Dvp9_encoder.c7477 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show; local
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c2305 unsigned char *recon, int recon_stride, in calc_plane_error()
2357 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show; in generate_psnr_packet() local
5149 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show; in vp8_get_compressed_data() local
/external/libaom/libaom/av1/common/
Dcfl.c120 const uint16_t *recon = src; in subtract_average_c() local
/external/libaom/libaom/av1/encoder/
Dtune_vmaf.c785 YV12_BUFFER_CONFIG *recon) { in av1_update_vmaf_curve()
Dencoder.c6729 const YV12_BUFFER_CONFIG *recon = &cpi->common.cur_frame->buf; in compute_internal_stats() local
Dtx_search.c1201 uint8_t *recon; in dist_block_px_domain() local
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp4008 static unsigned unfilterScanline(unsigned char* recon, const unsigned char* scanline, const unsigne… in unfilterScanline()