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

  /external/chromium_org/third_party/libwebp/dsp/
enc_neon.c 239 const int32_t* coeff32 = kCoeff32; local
265 // load coeff32 high half into q9 = 1812, q10 = 937
266 "vld1.32 {q9, q10}, [%[coeff32]]! \n"
268 // load coeff32 low half into q11=12000, q12=51000
269 "vld1.32 {q11,q12}, [%[coeff32]] \n"
338 [coeff32] "+r"(coeff32) // modified registers
  /external/webp/src/dsp/
enc_neon.c 239 const int32_t* coeff32 = kCoeff32; local
265 // load coeff32 high half into q9 = 1812, q10 = 937
266 "vld1.32 {q9, q10}, [%[coeff32]]! \n"
268 // load coeff32 low half into q11=12000, q12=51000
269 "vld1.32 {q11,q12}, [%[coeff32]] \n"
338 [coeff32] "+r"(coeff32) // modified registers

Completed in 151 milliseconds