HomeSort by relevance Sort by last modified time
    Searched refs:recon16 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 596 DECLARE_ALIGNED(16, uint16_t, recon16[1024]);
597 uint8_t *recon = (uint8_t *)recon16;
604 vpx_highbd_convolve_copy(CONVERT_TO_SHORTPTR(dst), dst_stride, recon16, local
607 vp9_highbd_iwht4x4_add(dqcoeff, recon16, 32, eob, xd->bd);
611 vp9_highbd_idct4x4_add(dqcoeff, recon16, 32, eob, xd->bd);
614 vp9_highbd_idct8x8_add(dqcoeff, recon16, 32, eob, xd->bd);
617 vp9_highbd_idct16x16_add(dqcoeff, recon16, 32, eob, xd->bd);
621 vp9_highbd_idct32x32_add(dqcoeff, recon16, 32, eob, xd->bd);
625 recon = CONVERT_TO_BYTEPTR(recon16);
    [all...]
  /external/libaom/libaom/av1/encoder/
rdopt.c     [all...]

Completed in 2946 milliseconds