Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dreconinter.c457 const int mskx = (int)rint((1.0 + tanh(x / smoother_param)) * 32); in init_wedge_master_masks() local
458 wedge_mask_obl[0][WEDGE_VERTICAL][i * stride + j] = mskx; in init_wedge_master_masks()
474 const int mskx = wedge_mask_obl[0][WEDGE_VERTICAL][i * stride + j]; in init_wedge_master_masks() local
475 wedge_mask_obl[0][WEDGE_HORIZONTAL][j * stride + i] = mskx; in init_wedge_master_masks()
478 (1 << WEDGE_WEIGHT_BITS) - mskx; in init_wedge_master_masks()