Searched refs:FIXP_ZF (Results 1 – 1 of 1) sorted by relevance
156 #define FIXP_ZF FIXP_DBL macro157 #define INT2ZF(x, s) (FIXP_ZF)((x) << (ZF_SCALE - (s)))161 #define ONEZF ((FIXP_ZF)INT2ZF(1, 0))164 void nearest_neighbor_2D8(FIXP_ZF x[8], int y[8]) { in nearest_neighbor_2D8()165 FIXP_ZF s, em, e[8]; in nearest_neighbor_2D8()174 FIXP_ZF tmp; in nearest_neighbor_2D8()176 if (x[i] < (FIXP_ZF)0) { in nearest_neighbor_2D8()200 if (e[i] < (FIXP_ZF)0) { in nearest_neighbor_2D8()212 if (e[j] < (FIXP_ZF)0) { in nearest_neighbor_2D8()231 void RE8_PPV(FIXP_ZF x[], SHORT y[], int r) { in RE8_PPV()[all …]