Searched refs:recon (Results 1 - 13 of 13) sorted by relevance

/external/libavc/test/
H A Dencoder.mk10 LOCAL_SRC_FILES := encoder/main.c encoder/psnr.c encoder/input.c encoder/output.c encoder/recon.c
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_variance_impl_sse2.asm40 add rdx, rdx ; recon stride in bytes
193 add rdx, rdx ; recon stride in bytes
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c2505 unsigned char *recon, int recon_stride,
2519 recon + col, recon_stride,
2529 unsigned char *border_recon = recon;
2545 recon += recon_stride * 16;
2553 diff = orig[col] - recon[col];
2558 recon += recon_stride;
2569 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show; local
2578 recon->y_buffer, recon->y_stride,
2589 recon
2504 calc_plane_error(unsigned char *orig, int orig_stride, unsigned char *recon, int recon_stride, unsigned int cols, unsigned int rows) argument
5643 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show; local
[all...]
/external/chromium-trace/catapult/telemetry/third_party/png/
H A Dpng.py1580 recon = None
1590 recon = self.undo_filter(filter_type, scanline, recon)
1592 flat = self.serialtoflat(recon, ppr)
1672 recon = None
1679 recon = self.undo_filter(filter_type, scanline, recon)
1680 yield recon
/external/libavc/common/arm/
H A Dih264_iquant_itrans_recon_dc_a9.s312 @ * This inverse quantized content is added to the prediction buffer to recon-
325 @ * recon buffer Stride
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp4008 static unsigned unfilterScanline(unsigned char* recon, const unsigned char* scanline, const unsigned char* precon, argument
4015 precon is the previous unfiltered scanline, recon the result, scanline the current one
4017 recon and scanline MAY be the same memory address! precon must be disjoint.
4024 for(i = 0; i < length; i++) recon[i] = scanline[i];
4027 for(i = 0; i < bytewidth; i++) recon[i] = scanline[i];
4028 for(i = bytewidth; i < length; i++) recon[i] = scanline[i] + recon[i - bytewidth];
4033 for(i = 0; i < length; i++) recon[i] = scanline[i] + precon[i];
4037 for(i = 0; i < length; i++) recon[i] = scanline[i];
4043 for(i = 0; i < bytewidth; i++) recon[
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.c4441 YV12_BUFFER_CONFIG *recon = cpi->common.frame_to_show; local
4445 calc_highbd_psnr(orig, recon, &psnr, cpi->td.mb.e_mbd.bd,
4448 calc_psnr(orig, recon, &psnr);
4462 recon->y_crop_width, recon->y_crop_height,
4492 frame_ssim2 = vpx_highbd_calc_ssim(orig, recon, &weight,
4495 frame_ssim2 = vpx_calc_ssim(orig, recon, &weight);
4498 frame_ssim2 = vpx_calc_ssim(orig, recon, &weight);
/external/libhevc/common/arm/
H A Dihevc_itrans_recon_8x8.s884 @adding recon with prediction
/external/libvpx/libvpx/vp8/common/x86/
H A Dsubpixel_mmx.asm190 ; recon block should be in cache this shouldn't cost much. Its obviously
/external/libmpeg2/common/arm/
H A Dimpeg2_idct.s1156 @Adding recon with prediction
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 319 milliseconds