Searched defs:recon (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_if.c2429 unsigned char *recon, int recon_stride,
2443 recon + col, recon_stride,
2453 unsigned char *border_recon = recon;
2469 recon += recon_stride * 16;
2477 diff = orig[col] - recon[col];
2482 recon += recon_stride;
2493 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show; local
2502 recon->y_buffer, recon->y_stride,
2513 recon
2428 calc_plane_error(unsigned char *orig, int orig_stride, unsigned char *recon, int recon_stride, unsigned int cols, unsigned int rows) argument
5276 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1640 const uint8_t *recon, int recon_stride,
1650 vp9_mse16x16(orig + col, orig_stride, recon + col, recon_stride, &sse);
1658 const uint8_t *border_recon = recon;
1672 recon += recon_stride * 16;
1678 diff = orig[col] - recon[col];
1683 recon += recon_stride;
3254 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show; local
3257 calc_psnr(orig, recon, &psnr);
3284 frame_ssim2 = vp9_calc_ssim(orig, recon, 1, &weight);
1639 calc_plane_error(const uint8_t *orig, int orig_stride, const uint8_t *recon, int recon_stride, unsigned int cols, unsigned int rows) argument

Completed in 49 milliseconds