Home
last modified time | relevance | path

Searched defs:recon (Results 1 – 8 of 8) 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/vp8/encoder/
Donyx_if.c2302 unsigned char *recon, int recon_stride, in calc_plane_error()
2354 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show; in generate_psnr_packet() local
5136 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/
Dencoder.c5349 const YV12_BUFFER_CONFIG *recon = &cpi->common.cur_frame->buf; in compute_internal_stats() local
Drdopt.c2325 uint8_t *recon; in dist_block_px_domain() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c597 uint8_t *recon = (uint8_t *)recon16; in dist_block() local
Dvp9_encoder.c6817 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show; local
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp4008 static unsigned unfilterScanline(unsigned char* recon, const unsigned char* scanline, const unsigne… in unfilterScanline()