HomeSort by relevance Sort by last modified time
    Searched refs:coeff32 (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/common_audio/signal_processing/
downsample_fast_neon.c 50 int32x2_t coeff32 = vld1_dup_s32((int32_t*)&coefficients[j]); local
51 int16x4_t coeff16x4 = vreinterpret_s16_s32(coeff32);
  /external/webp/src/dsp/
enc_neon.c 372 const int32_t* coeff32 = kCoeff32; local
398 // load coeff32 high half into q9 = 1812, q10 = 937
399 "vld1.32 {q9, q10}, [%[coeff32]]! \n"
401 // load coeff32 low half into q11=12000, q12=51000
402 "vld1.32 {q11,q12}, [%[coeff32]] \n"
471 [coeff32] "+r"(coeff32) // modified registers
    [all...]

Completed in 237 milliseconds