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

  /external/webp/src/dsp/
enc_mips32.c 34 "lh %[temp16], " #A "(%[temp20]) \n\t" \
35 "lh %[temp18], " #B "(%[temp20]) \n\t" \
36 "lh %[temp17], " #C "(%[temp20]) \n\t" \
37 "lh %[temp19], " #D "(%[temp20]) \n\t" \
79 "lw %[temp20], 0(%[args]) \n\t" \
84 "lbu %[temp16], 0+" XSTR(BPS) "*" #A "(%[temp20]) \n\t" \
85 "lbu %[temp17], 1+" XSTR(BPS) "*" #A "(%[temp20]) \n\t" \
86 "lbu %[temp18], 2+" XSTR(BPS) "*" #A "(%[temp20]) \n\t" \
87 "lbu %[temp19], 3+" XSTR(BPS) "*" #A "(%[temp20]) \n\t" \
100 "addiu %[temp20], $zero, 255 \n\t"
121 int temp14, temp15, temp16, temp17, temp18, temp19, temp20; local
486 int temp17, temp18, temp19, temp20; local
    [all...]
enc_mips_dsp_r2.c 139 "sh %[" #TEMP0 "], " #A "(%[temp20]) \n\t" \
140 "sh %[" #TEMP4 "], " #C "(%[temp20]) \n\t" \
141 "sh %[" #TEMP8 "], " #D "(%[temp20]) \n\t" \
142 "sh %[" #TEMP12 "], " #B "(%[temp20]) \n\t"
150 int temp17, temp18, temp19, temp20; local
159 "lw %[temp20], 8(%[args]) \n\t"
165 [temp0]"=&r"(temp0), [temp19]"=&r"(temp19), [temp20]"=&r"(temp20)
    [all...]
  /external/libavc/common/x86/
ih264_iquant_itrans_recon_ssse3.c 397 temp18, temp19, temp20; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/ppc/
inv_txfm_vsx.c 356 temp20 = vec_mulo(tmp16_0, cospi); \
358 temp30 = vec_sub(temp10, temp20); \
359 temp10 = vec_add(temp10, temp20); \
360 temp20 = vec_sub(temp11, temp21); \
363 DCT_CONST_ROUND_SHIFT(temp20); \
364 outpt0 = vec_packs(temp30, temp20); \
525 int32x4_t temp10, temp11, temp20, temp21, temp30; local
997 int32x4_t temp10, temp11, temp20, temp21, temp30; local
    [all...]

Completed in 690 milliseconds