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

/external/webp/src/dsp/
H A Denc_neon.c367 const int32_t* coeff32 = kCoeff32; local
393 // load coeff32 high half into q9 = 1812, q10 = 937
394 "vld1.32 {q9, q10}, [%[coeff32]]! \n"
396 // load coeff32 low half into q11=12000, q12=51000
397 "vld1.32 {q11,q12}, [%[coeff32]] \n"
466 [coeff32] "+r"(coeff32) // modified registers
/external/chromium_org/third_party/libwebp/dsp/
H A Denc_neon.c367 const int32_t* coeff32 = kCoeff32; local
393 // load coeff32 high half into q9 = 1812, q10 = 937
394 "vld1.32 {q9, q10}, [%[coeff32]]! \n"
396 // load coeff32 low half into q11=12000, q12=51000
397 "vld1.32 {q11,q12}, [%[coeff32]] \n"
466 [coeff32] "+r"(coeff32) // modified registers

Completed in 101 milliseconds