Home | History | Annotate | Download | only in src

Lines Matching defs:SAD

61  *    Calculate SAD value for the selected MB encoding mode and update 
62 * pDstBlockSAD parameter. These SAD values are calculated 4x4 blocks at
81 * [out] pDstBlockSAD - pointer to 16 element array for SAD corresponding to 4x4 blocks
420 /* Calculate SAD from predicted buffer */
424 OMX_S32 SAD;
429 /* SAD for each 4x4 block in scan order */
444 &SAD,
447 *(pDstBlockSAD + 4 * Block8x8 + Block4x4) = (SAD < 0x7fff) ? (OMX_U16) SAD : ARM_VCM4P10_MAX_MODE_VALUE;
1739 * each MB. For implementations that cannot compute the SAD values
1741 * for each of the 16 block SAD entries.