Searched refs:get_coef_context (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_scan.h37 static INLINE int get_coef_context(const int16_t *neighbors, function
/external/libvpx/libvpx/vp9/common/
H A Dvp9_scan.h37 static INLINE int get_coef_context(const int16_t *neighbors, function
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_detokenize.c136 ctx = get_coef_context(nb, token_cache, c);
196 ctx = get_coef_context(nb, token_cache, c);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_detokenize.c72 ctx = get_coef_context(nb, token_cache, c); \
123 ctx = get_coef_context(nb, token_cache, c);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_tokenize.c357 pt = get_coef_context(nb, token_cache, c);
370 pt = get_coef_context(nb, token_cache, c);
H A Dvp9_encodemb.c96 pt = get_coef_context(nb, token_cache, idx + 1);
H A Dvp9_rdopt.c327 pt = get_coef_context(nb, token_cache, c);
343 pt = get_coef_context(nb, token_cache, c);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_tokenize.c261 pt = get_coef_context(nb, token_cache, c);
275 pt = get_coef_context(nb, token_cache, c);
H A Dvp9_encodemb.c103 pt = get_coef_context(nb, token_cache, idx + 1);
H A Dvp9_rdopt.c599 pt = get_coef_context(nb, token_cache, c);
615 pt = get_coef_context(nb, token_cache, c);

Completed in 563 milliseconds