Home
last modified time | relevance | path

Searched refs:get_coef_context (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_scan.h35 static INLINE int get_coef_context(const int16_t *neighbors, in get_coef_context() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c397 pt = get_coef_context(nb, token_cache, c); in tokenize_b()
407 pt = get_coef_context(nb, token_cache, c); in tokenize_b()
Dvp9_encodemb.c137 const int ctx_cur = (i == 0) ? ctx : get_coef_context(nb, token_cache, i); in vp9_optimize_b()
218 ctx_next = get_coef_context(nb, token_cache, i + 1); in vp9_optimize_b()
225 ctx_next = get_coef_context(nb, token_cache, i + 1); in vp9_optimize_b()
Dvp9_rdopt.c444 pt = get_coef_context(nb, token_cache, c); in cost_coeffs()
456 pt = get_coef_context(nb, token_cache, c); in cost_coeffs()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c179 ctx = get_coef_context(nb, token_cache, c); in decode_coefs()
252 ctx = get_coef_context(nb, token_cache, c); in decode_coefs()