Searched refs:get_coef_context (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_scan.h | 35 static INLINE int get_coef_context(const int16_t *neighbors, in get_coef_context() function
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 397 pt = get_coef_context(nb, token_cache, c); in tokenize_b() 407 pt = get_coef_context(nb, token_cache, c); in tokenize_b()
|
D | vp9_encodemb.c | 133 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()
|
D | vp9_rdopt.c | 436 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/ |
D | vp9_detokenize.c | 138 ctx = get_coef_context(nb, token_cache, c); in decode_coefs() 211 ctx = get_coef_context(nb, token_cache, c); in decode_coefs()
|