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

  /external/libaom/libaom/av1/encoder/x86/
ml_sse3.c 28 const __m128 weights_h = _mm_loadu_ps(&weights[4]); local
31 const __m128 mul_h = _mm_mul_ps(inputs_h, weights_h);
  /external/libaom/libaom/aom_dsp/
intrapred.c 74 #define sm_weights_sanity_checks(weights_w, weights_h, weights_scale, \
77 assert(weights_h[0] < weights_scale); \
79 assert(weights_scale - weights_h[bh - 1] < weights_scale); \

Completed in 680 milliseconds