Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_had_satd.c883 WORD32 *pi4_8x8_hsad; in ihevce_had_8x8_using_4_4x4() local
892 pi4_8x8_hsad = ppi4_hsad[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4()
895 pi4_8x8_hsad[0] = ihevce_had4_4x4( in ihevce_had_8x8_using_4_4x4()
971 WORD32 *pi4_8x8_hsad; in ihevce_had_8x8_using_4_4x4_r() local
990 pi4_8x8_hsad = ppi4_hsad[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4_r()
1019 pi4_8x8_hsad[0] = cost_child; in ihevce_had_8x8_using_4_4x4_r()
1027 pi4_8x8_hsad[0] = cost_parent; in ihevce_had_8x8_using_4_4x4_r()
1036 pi4_8x8_hsad[0] = cost_parent; in ihevce_had_8x8_using_4_4x4_r()
/external/libhevc/encoder/arm/
Dihevce_had_compute_neon.c814 WORD32 *pi4_8x8_hsad; in ihevce_had_8x8_using_4_4x4_r_neon() local
834 pi4_8x8_hsad = ppi4_hsad[HAD_8x8] + (pos_x >> 1) + (pos_y >> 1) * (num_4x4_in_row >> 1); in ihevce_had_8x8_using_4_4x4_r_neon()
873 pi4_8x8_hsad[0] = cost_child; in ihevce_had_8x8_using_4_4x4_r_neon()
880 pi4_8x8_hsad[0] = cost_parent; in ihevce_had_8x8_using_4_4x4_r_neon()
888 pi4_8x8_hsad[0] = cost_parent; in ihevce_had_8x8_using_4_4x4_r_neon()