Home
last modified time | relevance | path

Searched refs:tmpw (Results 1 – 3 of 3) sorted by relevance

/external/arm-optimized-routines/string/aarch64/
Dstrlen.S37 #define tmpw w2 macro
180 mov tmpw, 0x0c03
181 movk tmpw, 0xc030, lsl 16
183 dup maskv.4s, tmpw
/external/libaom/libaom/aom_dsp/
Dquantize.c218 const int64_t tmpw = tmp1 * wt; in aom_highbd_quantize_b_adaptive_helper_c() local
219 const int64_t tmp2 = ((tmpw * quant_ptr[rc != 0]) >> 16) + tmpw; in aom_highbd_quantize_b_adaptive_helper_c()
301 const int64_t tmpw = tmp1 * wt; in aom_highbd_quantize_b_helper_c() local
302 const int64_t tmp2 = ((tmpw * quant_ptr[rc != 0]) >> 16) + tmpw; in aom_highbd_quantize_b_helper_c()
/external/libaom/libaom/av1/encoder/
Dav1_quantize.c509 const int64_t tmpw = tmp * wt; in highbd_quantize_dc() local
511 (int)((tmpw * quant) >> (16 - log_scale + AOM_QM_BITS)); in highbd_quantize_dc()