Home
last modified time | relevance | path

Searched defs:x_high (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/src/cpu/kernels/roialign/generic/neon/
Dimpl.cpp65 const int x_high = x_low + 1; in roi_align_1x1() local
139 const int x_high = x_low + 1; in roi_align_1x1_qasymm8() local
/external/libxaac/encoder/
Diusace_lpc.c48 FLOAT32 x_low, y_low, x_high, y_high, x_mid, y_mid, x_lin_interp; in iusace_lpc_2_lsp_conversion() local
/external/ComputeLibrary/src/core/NEON/
DNEMath.inl613 const float32x4_t x_high = vcvt_f32_f16(vget_high_f16(x)); local
623 const float32x4_t x_high = vcvt_f32_f16(vget_high_f16(x)); local
633 const float32x4_t x_high = vcvt_f32_f16(vget_high_f16(x)); local
/external/ComputeLibrary/tests/validation/reference/
DROIAlignLayer.cpp74 const int x_high = x_low + 1; in roi_align_1x1() local