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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 560 video->functionPointer->SAD_Macroblock = &SAD_MB_HTFM_Collect;
572 video->functionPointer->SAD_Macroblock = &SAD_MB_HTFM;
782 Int(*SAD_Macroblock)(UChar*, UChar*, Int, void*) = video->functionPointer->SAD_Macroblock;
885 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, extra_info);
907 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, extra_info);
929 mot[mbnum][7].sad = dmin = (*SAD_Macroblock)(ncand, cur, (65535 << 16) | lx, extra_info);
965 d = (*SAD_Macroblock)(cand, cur, (dmin << 16) | lx, extra_info);
    [all...]
mp4lib_int.h 239 Int(*SAD_Macroblock)(UChar *ref, UChar *blk, Int dmin_lx, void *extra_info);
mp4enc_api.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 628 encvid->functionPointer->SAD_Macroblock = &SAD_MB_HTFM_Collect;
640 encvid->functionPointer->SAD_Macroblock = &SAD_MB_HTFM;
969 int (*SAD_Macroblock)(uint8*, uint8*, int, void*) = encvid->functionPointer->SAD_Macroblock;
    [all...]
avcenc_int.h 338 int (*SAD_Macroblock)(uint8 *ref, uint8 *blk, int dmin_lx, void *extra_info);
avcenc_api.cpp 220 encvid->functionPointer->SAD_Macroblock = &AVCSAD_Macroblock_C;

Completed in 66 milliseconds