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

  /external/libaom/libaom/aom_dsp/
intrapred.c 90 const uint8_t *const sm_weights_h = sm_weight_arrays + bh; local
94 sm_weights_sanity_checks(sm_weights_w, sm_weights_h, scale,
101 const uint8_t weights[] = { sm_weights_h[r], scale - sm_weights_h[r],
105 assert(scale >= sm_weights_h[r] && scale >= sm_weights_w[c]);
409 const uint8_t *const sm_weights_h = sm_weight_arrays + bh; local
413 sm_weights_sanity_checks(sm_weights_w, sm_weights_h, scale,
420 const uint8_t weights[] = { sm_weights_h[r], scale - sm_weights_h[r],
424 assert(scale >= sm_weights_h[r] && scale >= sm_weights_w[c])
    [all...]
  /external/libaom/libaom/aom_dsp/x86/
intrapred_ssse3.c 888 const uint8_t *const sm_weights_h = sm_weight_arrays + bh; local
1255 const uint8_t *const sm_weights_h = sm_weight_arrays + bh; local
    [all...]

Completed in 216 milliseconds