HomeSort by relevance Sort by last modified time
    Searched full:satd (Results 1 - 12 of 12) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_SATD_4x4.c 25 * This function calculates the sum of absolute transform differences (SATD)
63 OMX_S32 SATD = 0;
120 SATD += armAbs(m2 [j][i]);
124 *pDstSAD = (SATD + 1) / 2;
  /hardware/intel/img/psb_video/src/
tng_hostair.h 46 IMG_UINT32 ui32SAD_Intra_MBInfo; //!< SATD/SAD for best Intra candidate (24-bit unsigned value) plus 8 bit field containing MB info
47 IMG_UINT32 ui32SAD_Inter_MBInfo; //!< SATD/SAD for best Inter candidate (24-bit unsigned value) plus 8 bit field containing MB info
48 IMG_UINT32 ui32SAD_Direct_MBInfo; //!< SATD/SAD for best Direct candidate (24-bit unsigned value) plus 8 bit field containing MB info
tng_hostdefs.h 319 IMG_UINT8 ui8_InterSumSatdHi; //!< High 8 bits for the inter sum satd
320 IMG_UINT8 ui8_IntraSumSatdHi; //!< High 8 bits for the intra sum satd
329 IMG_UINT32 ui32_InterSumSatd; //!< Sum of SATD for all Inter-MBs in the slice
330 IMG_UINT32 ui32_IntraSumSatd; //!< Sum of SATD for all Intra-MBs in the slice
    [all...]
tng_hostbias.c 376 ui32RegVal |= (uiLambdaSATD) << 8; //SATD lambda
489 {175, -10166, 163244 }, //SATD Lambda High
490 { 16, -236, 8693 }, //SATD Lambda Low
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
intra_est.cpp 500 // calculate SATD
1294 int satd = 0; local
    [all...]
avcenc_lib.h 619 \return "Minimal cost (SATD) without MV cost. (for rate control purpose)"
652 This function calculates the SATD of a subpel candidate.
655 \param "dmin" "Min-so-far SATD."
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mbgraph.c 139 // calculate SATD for each intra prediction mode;
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 143 // calculate SATD for each intra prediction mode;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mbgraph.c 143 // calculate SATD for each intra prediction mode;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h     [all...]

Completed in 1847 milliseconds