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

  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 66 DECLARE_ALIGNED(16, extern const uint8_t, vp9_cat5_prob_high10[5]);
vp9_entropy.c 43 const vpx_prob vp9_cat5_prob_high10[] = { 180, 157, 141, 134, 130 }; variable
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 87 cat5_prob = vp9_cat5_prob_high10;
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 387 {vp9_cat5_prob_high10, 5, CAT5_MIN_VAL, cat5_cost}, // CAT5
    [all...]

Completed in 115 milliseconds