Searched refs:fy_scale_half (Results 1 – 1 of 1) sorted by relevance
71 const int32x4_t fy_scale_half = MAKE_HALF_CST(fy_scale); in RescalerExportRowExpand_NEON() local80 const uint32x4_t B0 = MULT_FIX(A0, fy_scale_half); in RescalerExportRowExpand_NEON()81 const uint32x4_t B1 = MULT_FIX(A1, fy_scale_half); in RescalerExportRowExpand_NEON()100 const uint32x4_t D0 = MULT_FIX(C0, fy_scale_half); in RescalerExportRowExpand_NEON()101 const uint32x4_t D1 = MULT_FIX(C1, fy_scale_half); in RescalerExportRowExpand_NEON()