Searched refs:scratch2 (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
D | vp9_convolve2_avg_dspr2.c | 37 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()
|
D | vp9_convolve8_vert_dspr2.c | 38 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()
|
D | vp9_convolve8_avg_dspr2.c | 38 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/ |
D | loopfilter_block_sse2.asm | 31 movdqa scratch2, %3 ; save p1 32 LF_ABS scratch2, %4 ; abs(p1 - p0) 37 pmaxub %5, scratch2 ; accumulate hev 68 movdqa scratch2, %6 ; save hev 74 pandn scratch2, scratch1 ; vp8_filter &= hev 80 paddsb scratch2, scratch1 ; vp8_filter += (qs0 - ps0) 81 paddsb scratch2, scratch1 ; vp8_filter += (qs0 - ps0) 82 paddsb scratch2, scratch1 ; vp8_filter += (qs0 - ps0) 83 pand %5, scratch2 ; &= mask 85 movdqa scratch2, %5 [all …]
|