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

  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_loopfilter_filters_dspr2.h 33 uint32_t hev_l, hev_r, mask_l, mask_r, invhev_l, invhev_r; local
66 mask_l = mask & HWM;
98 "and %[vp9_filter_l], %[vp9_filter_l], %[mask_l] \n\t"
108 [mask_l] "r" (mask_l), [mask_r] "r" (mask_r),
207 uint32_t hev_l, hev_r, mask_l, mask_r, invhev_l, invhev_r; local
240 mask_l = mask & HWM;
272 "and %[vp9_filter_l], %[vp9_filter_l], %[mask_l] \n\t"
282 [mask_l] "r" (mask_l), [mask_r] "r" (mask_r)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_loopfilter_filters_dspr2.h 33 uint32_t hev_l, hev_r, mask_l, mask_r, invhev_l, invhev_r; local
66 mask_l = mask & HWM;
98 "and %[vp9_filter_l], %[vp9_filter_l], %[mask_l] \n\t"
108 [mask_l] "r" (mask_l), [mask_r] "r" (mask_r),
207 uint32_t hev_l, hev_r, mask_l, mask_r, invhev_l, invhev_r; local
240 mask_l = mask & HWM;
272 "and %[vp9_filter_l], %[vp9_filter_l], %[mask_l] \n\t"
282 [mask_l] "r" (mask_l), [mask_r] "r" (mask_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
208 mask_l = mask & HWM;
240 "and %[vp8_filter_l], %[vp8_filter_l], %[mask_l] \n\t"
250 [mask_l] "r" (mask_l), [mask_r] "r" (mask_r),
1362 uint32_t HWM, vp8_filter_l, vp8_filter_r, mask_l, mask_r, hev_l, hev_r, subr_r, subr_l; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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
208 mask_l = mask & HWM;
240 "and %[vp8_filter_l], %[vp8_filter_l], %[mask_l] \n\t"
250 [mask_l] "r" (mask_l), [mask_r] "r" (mask_r),
1362 uint32_t HWM, vp8_filter_l, vp8_filter_r, mask_l, mask_r, hev_l, hev_r, subr_r, subr_l; local
    [all...]
  /external/webp/src/dsp/
lossless_sse2.c 391 const __m128i mask_l = _mm_set_epi32(0, 0x00ffffff, 0, 0x00ffffff); local
399 const __m128i a0l = _mm_and_si128(bgra0, mask_l); // bgr0|0|bgr0|0
400 const __m128i a4l = _mm_and_si128(bgra4, mask_l); // bgr0|0|bgr0|0

Completed in 305 milliseconds