Home | History | Annotate | Download | only in src

Lines Matching defs:SAD

46  *    Calculate SAD value for the selected MB encoding mode and update 
47 * pDstBlockSAD parameter. These SAD values are calculated 4x4 blocks at
66 * [out] pDstBlockSAD - pointer to 16 element array for SAD corresponding to 4x4 blocks
405 /* Calculate SAD from predicted buffer */
409 OMX_S32 SAD;
414 /* SAD for each 4x4 block in scan order */
429 &SAD,
432 *(pDstBlockSAD + 4 * Block8x8 + Block4x4) = (SAD < 0x7fff) ? (OMX_U16) SAD : ARM_VCM4P10_MAX_MODE_VALUE;
1724 * each MB. For implementations that cannot compute the SAD values
1726 * for each of the 16 block SAD entries.