Searched refs:tmpw (Results 1 – 3 of 3) sorted by relevance
37 #define tmpw w2 macro180 mov tmpw, 0x0c03181 movk tmpw, 0xc030, lsl 16183 dup maskv.4s, tmpw
218 const int64_t tmpw = tmp1 * wt; in aom_highbd_quantize_b_adaptive_helper_c() local219 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() local302 const int64_t tmp2 = ((tmpw * quant_ptr[rc != 0]) >> 16) + tmpw; in aom_highbd_quantize_b_helper_c()
509 const int64_t tmpw = tmp * wt; in highbd_quantize_dc() local511 (int)((tmpw * quant) >> (16 - log_scale + AOM_QM_BITS)); in highbd_quantize_dc()