Home
last modified time | relevance | path

Searched refs:scratch1 (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
Dvp9_convolve2_avg_dspr2.c37 uint32_t scratch1, scratch2; in convolve_bi_avg_vert_4_dspr2() local
112 [scratch1] "=&r" (scratch1), [scratch2] "=&r" (scratch2), in convolve_bi_avg_vert_4_dspr2()
141 uint32_t scratch1, scratch2; in convolve_bi_avg_vert_64_dspr2() local
217 [scratch1] "=&r" (scratch1), [scratch2] "=&r" (scratch2), in convolve_bi_avg_vert_64_dspr2()
Dvp9_convolve2_vert_dspr2.c37 uint32_t scratch1; in convolve_bi_vert_4_dspr2() local
105 [scratch1] "=&r" (scratch1), in convolve_bi_vert_4_dspr2()
134 uint32_t scratch1; in convolve_bi_vert_64_dspr2() local
202 [scratch1] "=&r" (scratch1), in convolve_bi_vert_64_dspr2()
Dvp9_convolve8_vert_dspr2.c38 uint32_t scratch1, scratch2; in convolve_vert_4_dspr2() local
161 [scratch1] "=&r" (scratch1), [scratch2] "=&r" (scratch2), in convolve_vert_4_dspr2()
192 uint32_t scratch1, scratch2; in convolve_vert_64_dspr2() local
316 [scratch1] "=&r" (scratch1), [scratch2] "=&r" (scratch2), in convolve_vert_64_dspr2()
Dvp9_convolve8_avg_dspr2.c38 uint32_t scratch1, scratch2; in convolve_avg_vert_4_dspr2() local
168 [scratch1] "=&r" (scratch1), [scratch2] "=&r" (scratch2), in convolve_avg_vert_4_dspr2()
199 uint32_t scratch1, scratch2; in convolve_avg_vert_64_dspr2() local
330 [scratch1] "=&r" (scratch1), [scratch2] "=&r" (scratch2), in convolve_avg_vert_64_dspr2()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dloopfilter_block_sse2.asm18 movdqa scratch1, %2 ; v2
20 psubusb scratch1, %1 ; v2 - v1
22 por %1, scratch1 ; abs(v2 - v1)
72 movdqa scratch1, %1
73 psubsb scratch1, %4 ; signed_char_clamp(ps1 - qs1)
74 pandn scratch2, scratch1 ; vp8_filter &= hev
78 movdqa scratch1, %3
79 psubsb scratch1, %2 ; qs0 - ps0
80 paddsb scratch2, scratch1 ; vp8_filter += (qs0 - ps0)
81 paddsb scratch2, scratch1 ; vp8_filter += (qs0 - ps0)
[all …]