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

  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 119 band = get_coef_band(band_translate, c);
130 band = get_coef_band(band_translate, c);
  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 181 static int get_coef_band(const uint8_t * band_translate, int coef_index) { function
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 234 band = get_coef_band(band_translate, i + 1);
285 band = get_coef_band(band_translate, i + 1);
320 band = get_coef_band(band_translate, i + 1);
340 band = get_coef_band(band_translate, i + 1);
vp9_tokenize.c 147 const int band = get_coef_band(band_translate, c);

Completed in 159 milliseconds