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

  /external/libvpx/libvpx/vp9/common/
vp9_scan.h 35 static INLINE int get_coef_context(const int16_t *neighbors, function
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 397 pt = get_coef_context(nb, token_cache, c);
407 pt = get_coef_context(nb, token_cache, c);
vp9_encodemb.c 78 pt = get_coef_context(nb, token_cache, idx + 1);
279 pt = get_coef_context(nb, token_cache, i + 1);
    [all...]
vp9_rdopt.c 434 pt = get_coef_context(nb, token_cache, c);
446 pt = get_coef_context(nb, token_cache, c);
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 138 ctx = get_coef_context(nb, token_cache, c);
211 ctx = get_coef_context(nb, token_cache, c);

Completed in 132 milliseconds