Home
last modified time | relevance | path

Searched refs:au8_sigmaX (Results 1 – 1 of 1) sorted by relevance

/external/libhevc/encoder/
Dhme_subpel.c578 ULWORD64 au8_sigmaX[2][NUM_INTER_PU_PARTS]; in hme_compute_pred_and_evaluate_bi() local
772 &au8_sigmaX[0][j], in hme_compute_pred_and_evaluate_bi()
879 &au8_sigmaX[0][j], in hme_compute_pred_and_evaluate_bi()
922 &au8_sigmaX[1][j], in hme_compute_pred_and_evaluate_bi()
964 u8_pred_sigmaSquareX = (au8_sigmaX[1][j] * au8_sigmaX[1][j]); in hme_compute_pred_and_evaluate_bi()
1060 u8_pred_sigmaSquareX = (au8_sigmaX[0][j] * au8_sigmaX[0][j]); in hme_compute_pred_and_evaluate_bi()
1126 pu8_winning_pred_sigmaX[j] = au8_sigmaX[0][j]; in hme_compute_pred_and_evaluate_bi()
1135 pu8_winning_pred_sigmaX[j] = au8_sigmaX[1][j]; in hme_compute_pred_and_evaluate_bi()