Searched refs:source32F (Results 1 – 1 of 1) sorted by relevance
844 const float *source32F = reinterpret_cast<const float*>(source); in TransferRow() local849 dest16F[x] = source32F[x]; in TransferRow()856 const float *source32F = reinterpret_cast<const float*>(source); in TransferRow() local861 dest16F[2 * x + 0] = source32F[2 * x + 0]; in TransferRow()862 dest16F[2 * x + 1] = source32F[2 * x + 1]; in TransferRow()869 const float *source32F = reinterpret_cast<const float*>(source); in TransferRow() local874 dest16F[4 * x + 0] = source32F[3 * x + 0]; in TransferRow()875 dest16F[4 * x + 1] = source32F[3 * x + 1]; in TransferRow()876 dest16F[4 * x + 2] = source32F[3 * x + 2]; in TransferRow()884 const float *source32F = reinterpret_cast<const float*>(source); in TransferRow() local[all …]