Searched defs:scratch1 (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
H A Dvp9_convolve2_avg_dspr2.c37 uint32_t scratch1, scratch2; local
67 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
69 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
70 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
75 "preceu.ph.qbl %[scratch1], %[load1] \n\t"
77 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
78 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
86 "lbu %[scratch1], 0(%[dst_ptr]) \n\t"
90 "addqh_r.w %[store1], %[store1], %[scratch1] \n\t" /* pixel 1 */
96 "lbu %[scratch1],
141 uint32_t scratch1, scratch2; local
[all...]
H A Dvp9_convolve2_vert_dspr2.c37 uint32_t scratch1; local
67 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
70 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
71 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
76 "preceu.ph.qbl %[scratch1], %[load1] \n\t"
79 "precrq.ph.w %[p2], %[p1], %[scratch1] \n\t" /* pixel 2 */
80 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
105 [scratch1] "=&r" (scratch1),
134 uint32_t scratch1; local
[all...]
H A Dvp9_convolve8_vert_dspr2.c38 uint32_t scratch1, scratch2; local
76 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
78 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
79 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
90 "preceu.ph.qbl %[scratch1], %[load1] \n\t"
92 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
93 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
113 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
115 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
116 "append %[p1], %[scratch1], 1
192 uint32_t scratch1, scratch2; local
[all...]
H A Dvp9_convolve8_avg_dspr2.c38 uint32_t scratch1, scratch2; local
76 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
78 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
79 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
90 "preceu.ph.qbl %[scratch1], %[load1] \n\t"
92 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
93 "append %[p1], %[scratch1], 16 \n\t" /* pixel 1 */
113 "preceu.ph.qbr %[scratch1], %[load1] \n\t"
115 "precrq.ph.w %[n1], %[p1], %[scratch1] \n\t" /* pixel 2 */
116 "append %[p1], %[scratch1], 1
199 uint32_t scratch1, scratch2; local
[all...]

Completed in 60 milliseconds