Searched refs:trellis_get_coeff_context (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 74 static int trellis_get_coeff_context(const int16_t *scan, const int16_t *nb, in trellis_get_coeff_context() function 169 pt = trellis_get_coeff_context(scan, nb, i, t0, token_cache); in vp9_optimize_b() 226 pt = trellis_get_coeff_context(scan, nb, i, t0, token_cache); in vp9_optimize_b() 230 pt = trellis_get_coeff_context(scan, nb, i, t1, token_cache); in vp9_optimize_b()
|