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.c133 const int ctx_cur = (i == 0) ? ctx : get_coef_context(nb, token_cache, i); in vp9_optimize_b()
214 ctx_next = get_coef_context(nb, token_cache, i + 1); in vp9_optimize_b()
221 ctx_next = get_coef_context(nb, token_cache, i + 1); in vp9_optimize_b()
Dvp9_rdopt.c436 pt = get_coef_context(nb, token_cache, c); in cost_coeffs()
448 pt = get_coef_context(nb, token_cache, c); in cost_coeffs()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c138 ctx = get_coef_context(nb, token_cache, c); in decode_coefs()
211 ctx = get_coef_context(nb, token_cache, c); in decode_coefs()