Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_scan.h37 static INLINE int get_coef_context(const int16_t *neighbors, in get_coef_context() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_detokenize.c72 ctx = get_coef_context(nb, token_cache, c); \
123 ctx = get_coef_context(nb, token_cache, c); in decode_coefs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_tokenize.c261 pt = get_coef_context(nb, token_cache, c); in tokenize_b()
275 pt = get_coef_context(nb, token_cache, c); in tokenize_b()
Dvp9_encodemb.c103 pt = get_coef_context(nb, token_cache, idx + 1); in trellis_get_coeff_context()
Dvp9_rdopt.c599 pt = get_coef_context(nb, token_cache, c); in cost_coeffs()
615 pt = get_coef_context(nb, token_cache, c); in cost_coeffs()