Home
last modified time | relevance | path

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

/external/libhevc/encoder/
Dihevce_had_satd.c1225 WORD32 *pi4_16x16_hsad; in ihevce_had_16x16_r() local
1256 pi4_16x16_hsad = ppi4_hsad[HAD_16x16] + (pos_x >> 2) + (pos_y >> 2) * (num_4x4_in_row >> 2); in ihevce_had_16x16_r()
1348 pi4_16x16_hsad[0] = best_cost; in ihevce_had_16x16_r()
/external/libhevc/encoder/arm/
Dihevce_had_compute_neon.c999 WORD32 *pi4_16x16_hsad; in ihevce_had_16x16_r_neon() local
1023 pi4_16x16_hsad = ppi4_hsad[HAD_16x16] + (pos_x >> 2) + (pos_y >> 2) * (num_4x4_in_row >> 2); in ihevce_had_16x16_r_neon()
1109 pi4_16x16_hsad[0] = best_cost; in ihevce_had_16x16_r_neon()