Searched refs:nrmlz_th (Results 1 – 9 of 9) sorted by relevance
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
D | sad_halfpel.cpp | 432 int *nrmlz_th = (int*) extra_info; in AVCSAD_MB_HP_HTFMxhyh() local 433 int *offsetRef = nrmlz_th + 32; in AVCSAD_MB_HP_HTFMxhyh() 483 if (sad > sadstar - nrmlz_th[i] || sad > ((uint32)dmin_rx >> 16)) in AVCSAD_MB_HP_HTFMxhyh() 500 int *nrmlz_th = (int*) extra_info; in AVCSAD_MB_HP_HTFMyh() local 501 int *offsetRef = nrmlz_th + 32; in AVCSAD_MB_HP_HTFMyh() 549 if (sad > sadstar - nrmlz_th[i] || sad > ((uint32)dmin_rx >> 16)) in AVCSAD_MB_HP_HTFMyh() 566 int *nrmlz_th = (int*) extra_info; in AVCSAD_MB_HP_HTFMxh() local 567 int *offsetRef = nrmlz_th + 32; in AVCSAD_MB_HP_HTFMxh() 615 if (sad > sadstar - nrmlz_th[i] || sad > ((uint32)dmin_rx >> 16)) in AVCSAD_MB_HP_HTFMxh()
|
D | motion_est.cpp | 646 encvid->sad_extra_info = (void*)(encvid->nrmlz_th); in InitHTFM() 647 offset = encvid->nrmlz_th + 16; in InitHTFM() 648 offset2 = encvid->nrmlz_th + 32; in InitHTFM() 715 CalcThreshold(HTFM_Pf, exp_lamda, encvid->nrmlz_th); in UpdateHTFM() 720 void CalcThreshold(double pf, double exp_lamda[], int nrmlz_th[]) in CalcThreshold() argument 736 nrmlz_th[15] = 0; in CalcThreshold() 738 nrmlz_th[i] = (int)(temp[i] * ((i + 1) << 4) + 0.5); in CalcThreshold() 758 offset = encvid->nrmlz_th + 16; in HTFMPrepareCurMB_AVC()
|
D | sad.cpp | 204 int *nrmlz_th = (int*) extra_info; in AVCSAD_MB_HTFM() local 279 if (((uint32)sad <= ((uint32)dmin_lx >> 16)) && (sad <= (sadstar - *nrmlz_th++))) in AVCSAD_MB_HTFM()
|
D | avcenc_int.h | 432 int nrmlz_th[48]; /* Threshold for fast SAD calculation using HTFM */ member
|
D | avcenc_lib.h | 528 void CalcThreshold(double pf, double exp_lamda[], int nrmlz_th[]);
|
/external/opencore/codecs_v2/video/m4v_h263/enc/src/ |
D | sad_halfpel.cpp | 578 Int *nrmlz_th = (Int*) extra_info; in SAD_MB_HP_HTFMxhyh() local 579 Int *offsetRef = nrmlz_th + 32; in SAD_MB_HP_HTFMxhyh() 629 if (sad > sadstar - nrmlz_th[i] || sad > (Int)((ULong)dmin_rx >> 16)) in SAD_MB_HP_HTFMxhyh() 646 Int *nrmlz_th = (Int*) extra_info; in SAD_MB_HP_HTFMyh() local 647 Int *offsetRef = nrmlz_th + 32; in SAD_MB_HP_HTFMyh() 695 if (sad > sadstar - nrmlz_th[i] || sad > (Int)((ULong)dmin_rx >> 16)) in SAD_MB_HP_HTFMyh() 712 Int *nrmlz_th = (Int*) extra_info; in SAD_MB_HP_HTFMxh() local 713 Int *offsetRef = nrmlz_th + 32; in SAD_MB_HP_HTFMxh() 761 if (sad > sadstar - nrmlz_th[i] || sad > (Int)((ULong)dmin_rx >> 16)) in SAD_MB_HP_HTFMxh()
|
D | motion_est.cpp | 104 void CalcThreshold(double pf, double exp_lamda[], Int nrmlz_th[]); 577 video->sad_extra_info = (void*)(video->nrmlz_th); in InitHTFM() 578 offset = video->nrmlz_th + 16; in InitHTFM() 579 offset2 = video->nrmlz_th + 32; in InitHTFM() 646 CalcThreshold(HTFM_Pf, exp_lamda, video->nrmlz_th); in UpdateHTFM() 651 void CalcThreshold(double pf, double exp_lamda[], Int nrmlz_th[]) in CalcThreshold() argument 667 nrmlz_th[15] = 0; in CalcThreshold() 669 nrmlz_th[i] = (Int)(temp[i] * ((i + 1) << 4) + 0.5); in CalcThreshold() 690 offset = video->nrmlz_th + 16; in HTFMPrepareCurMB()
|
D | sad.cpp | 218 Int *nrmlz_th = (Int*) extra_info; in SAD_MB_HTFM() local 293 if (((ULong)sad <= ((ULong)dmin_lx >> 16)) && (sad <= (sadstar - *nrmlz_th++))) in SAD_MB_HTFM()
|
D | mp4lib_int.h | 364 Int nrmlz_th[48]; /* Threshold for fast SAD calculation using HTFM */ member
|