Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dhme_subpel.c1937 S32 ai4_satd_32x32[4]; /* num 32x32 in 64x64 */ in hme_evalsatd_pt_pu_64x64() local
1968 api4_satd_pu[HAD_32x32] = &ai4_satd_32x32[i]; in hme_evalsatd_pt_pu_64x64()
1997 ai4_satd_32x32[0] = in hme_evalsatd_pt_pu_64x64()
1999 ai4_satd_32x32[1] = in hme_evalsatd_pt_pu_64x64()
2001 ai4_satd_32x32[2] = in hme_evalsatd_pt_pu_64x64()
2003 ai4_satd_32x32[3] = in hme_evalsatd_pt_pu_64x64()
2008 ai4_satd_32x32[0] + ai4_satd_32x32[1] + ai4_satd_32x32[2] + ai4_satd_32x32[3]; in hme_evalsatd_pt_pu_64x64()
2011 pi4_sad_grid[PART_ID_NxN_TL] = ai4_satd_32x32[0]; in hme_evalsatd_pt_pu_64x64()
2012 pi4_sad_grid[PART_ID_NxN_TR] = ai4_satd_32x32[1]; in hme_evalsatd_pt_pu_64x64()
2013 pi4_sad_grid[PART_ID_NxN_BL] = ai4_satd_32x32[2]; in hme_evalsatd_pt_pu_64x64()
[all …]