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

  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_loopfilter_filters_dspr2.h 29 uint32_t hev_l, hev_r, mask_l, mask_r, invhev_l, invhev_r; local
89 "xor %[invhev_r], %[hev_r], %[HWM] \n\t"
100 [invhev_l] "=&r" (invhev_l), [invhev_r] "=&r" (invhev_r)
150 "and %[Filter1_r], %[Filter1_r], %[invhev_r] \n\t"
163 : [t3] "r" (t3), [invhev_l] "r" (invhev_l), [invhev_r] "r" (invhev_r)
203 uint32_t hev_l, hev_r, mask_l, mask_r, invhev_l, invhev_r; local
263 "xor %[invhev_r], %[hev_r], %[HWM] \n\t"
274 [invhev_l] "=&r" (invhev_l), [invhev_r] "=&r" (invhev_r
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/dspr2/
loopfilter_filters_dspr2.c 174 uint32_t hev_l, hev_r, mask_l, mask_r, invhev_l, invhev_r; local
235 "xor %[invhev_r], %[hev_r], %[HWM] \n\t"
245 [invhev_l] "=&r" (invhev_l), [invhev_r] "=&r" (invhev_r)
298 "and %[Filter1_r], %[Filter1_r], %[invhev_r] \n\t"
312 : [t3] "r" (t3), [invhev_l] "r" (invhev_l), [invhev_r] "r" (invhev_r)
1363 uint32_t Filter2_l, Filter2_r, t1, t2, Filter1_l, Filter1_r, invhev_l, invhev_r; local
    [all...]

Completed in 105 milliseconds