Searched refs:trellis_get_coeff_context (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 97 static int trellis_get_coeff_context(const int16_t *scan, in trellis_get_coeff_context() function 174 pt = trellis_get_coeff_context(scan, nb, i, t0, token_cache); in optimize_b() 224 pt = trellis_get_coeff_context(scan, nb, i, t0, token_cache); in optimize_b() 229 pt = trellis_get_coeff_context(scan, nb, i, t1, token_cache); in optimize_b()
|