Lines Matching defs:tmp

62 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp)
66 OSCL_UNUSED_ARG(tmp);
108 __inline int32 clip_2047(int32 q_value, int32 tmp)
110 OSCL_UNUSED_ARG(tmp);
124 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp)
128 OSCL_UNUSED_ARG(tmp);
149 __inline int32 coeff_dequant_mpeg_intra(int32 q_value, int32 tmp)
151 OSCL_UNUSED_ARG(tmp);
194 mov coeff, q_value, asr shift /*smull tmp, coeff, q_scale, coeff*/
202 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp)
212 add q_value, coeff, tmp
215 eorhi coeff, tmp, coeff, asr #31
243 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp)
245 /* tmp must have value of 2047 */
256 add coeff, q_value, tmp
259 eorhi q_value, tmp, q_value, asr #31
289 mov coeff, q_value, asr shift /*smull tmp, coeff, q_scale, coeff*/
298 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp)
308 add q_value, coeff, tmp
311 eorhi coeff, tmp, coeff, asr #31
340 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp)
342 /* tmp must have value of 2047 */
353 add coeff, q_value, tmp
356 eorhi q_value, tmp, q_value, asr #31
392 __inline int32 clip_2047(int32 q_value, int32 tmp)
394 /* tmp must have value of 2047 */
399 add coeff, q_value, tmp
402 eorhi q_value, tmp, q_value, asr #31
408 __inline int32 coeff_dequant_mpeg_intra(int32 q_value, int32 tmp)
417 add coeff, q_value, tmp
420 eorhi q_value, tmp, q_value, asr #31
483 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp)
490 register int32 tt = tmp;
553 __inline int32 clip_2047(int32 q_value, int32 tmp)
562 : "r"(tmp));
567 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp)
574 register int32 tt = tmp;
598 __inline int32 coeff_dequant_mpeg_intra(int32 q_value, int32 tmp)
603 register int32 tt = tmp;