Home | History | Annotate | Download | only in source

Lines Matching full:dst_width

25                          uint8* dst, int dst_width) {
30 "srl $t9, %[dst_width], 4 \n" // iterations -> by 16
58 "andi $t9, %[dst_width], 0xf \n" // residue
74 : [dst_width] "r" (dst_width)
81 uint8* dst, int dst_width) {
88 "srl $t9, %[dst_width], 3 \n" // iterations -> step 8
144 "andi $t9, %[dst_width], 0x7 \n" // x = residue
173 : [dst_width] "r" (dst_width)
180 uint8* dst, int dst_width) {
185 "srl $t9, %[dst_width], 3 \n"
212 "andi $t9, %[dst_width], 7 \n" // residue
228 : [dst_width] "r" (dst_width)
235 uint8* dst, int dst_width) {
245 "srl $t9, %[dst_width], 1 \n"
246 "andi $t8, %[dst_width], 1 \n"
307 : [dst_width] "r" (dst_width)
314 uint8* dst, int dst_width) {
329 "addiu %[dst_width], %[dst_width], -24 \n"
347 "bnez %[dst_width], 1b \n"
352 [dst_width] "+r" (dst_width)
360 uint8* d, int dst_width) {
397 "addiu %[dst_width], %[dst_width], -3 \n"
401 "bgtz %[dst_width], 1b \n"
408 [dst_width] "+r" (dst_width)
416 uint8* d, int dst_width) {
447 "addiu %[dst_width], %[dst_width], -3 \n"
453 "bgtz %[dst_width], 1b \n"
460 [dst_width] "+r" (dst_width)
468 uint8* dst, int dst_width) {
496 "addiu %[dst_width], %[dst_width], -12 \n"
497 "addiu $t8,%[dst_width], -12 \n"
506 [dst_width] "+r" (dst_width)
514 uint8* dst_ptr, int dst_width) {
548 "addiu %[dst_width], %[dst_width], -3 \n"
554 "bgtz %[dst_width], 1b \n"
560 [dst_width] "+r" (dst_width)
568 uint8* dst_ptr, int dst_width) {
617 "addiu %[dst_width], %[dst_width], -3 \n"
624 "bgtz %[dst_width], 1b \n"
631 [dst_width] "+r" (dst_width)