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

  /external/libvpx/libvpx/vp8/common/
entropy.h 65 #define COEF_BANDS 8
89 extern const vp8_prob vp8_coef_update_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES];
  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 73 #define COEF_BANDS 6
95 typedef unsigned int vp9_coeff_count[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
97 typedef unsigned int vp9_coeff_stats[REF_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS]
144 typedef vp9_prob vp9_coeff_probs_model[REF_TYPES][COEF_BANDS]
148 typedef unsigned int vp9_coeff_count_model[REF_TYPES][COEF_BANDS]

Completed in 1179 milliseconds