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

  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad.cpp 204 int *nrmlz_th = (int*) extra_info; local
279 if (((uint32)sad <= ((uint32)dmin_lx >> 16)) && (sad <= (sadstar - *nrmlz_th++)))
sad_halfpel.cpp 432 int *nrmlz_th = (int*) extra_info; local
433 int *offsetRef = nrmlz_th + 32;
483 if (sad > sadstar - nrmlz_th[i] || sad > ((uint32)dmin_rx >> 16))
500 int *nrmlz_th = (int*) extra_info; local
501 int *offsetRef = nrmlz_th + 32;
549 if (sad > sadstar - nrmlz_th[i] || sad > ((uint32)dmin_rx >> 16))
566 int *nrmlz_th = (int*) extra_info; local
567 int *offsetRef = nrmlz_th + 32;
615 if (sad > sadstar - nrmlz_th[i] || sad > ((uint32)dmin_rx >> 16))
avcenc_int.h 434 int nrmlz_th[48]; /* Threshold for fast SAD calculation using HTFM */ member in struct:tagEncObject
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad.cpp 217 Int *nrmlz_th = (Int*) extra_info; local
292 if (((ULong)sad <= ((ULong)dmin_lx >> 16)) && (sad <= (sadstar - *nrmlz_th++)))
sad_halfpel.cpp 577 Int *nrmlz_th = (Int*) extra_info; local
578 Int *offsetRef = nrmlz_th + 32;
628 if (sad > sadstar - nrmlz_th[i] || sad > (Int)((ULong)dmin_rx >> 16))
645 Int *nrmlz_th = (Int*) extra_info; local
646 Int *offsetRef = nrmlz_th + 32;
694 if (sad > sadstar - nrmlz_th[i] || sad > (Int)((ULong)dmin_rx >> 16))
711 Int *nrmlz_th = (Int*) extra_info; local
712 Int *offsetRef = nrmlz_th + 32;
760 if (sad > sadstar - nrmlz_th[i] || sad > (Int)((ULong)dmin_rx >> 16))
mp4lib_int.h 362 Int nrmlz_th[48]; /* Threshold for fast SAD calculation using HTFM */ member in struct:tagVideoEncData

Completed in 119 milliseconds