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

  /external/libvpx/libvpx/vp9/decoder/
vp9_dsubexp.c 104 const int delp = decode_term_subexp(r, SUBEXP_PARAM, 255);
  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 100 #define SUBEXP_PARAM 4 /* Subexponential code parameter */
  /external/libvpx/libvpx/vp9/encoder/
vp9_subexp.c 154 encode_term_subexp(w, delp, SUBEXP_PARAM, 255);
160 update_bits[i] = count_term_subexp(i, SUBEXP_PARAM, 255);

Completed in 50 milliseconds