Home
last modified time | relevance | path

Searched refs:combine_entropy_contexts (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropy.h189 return combine_entropy_contexts(above_ec, left_ec); in get_entropy_context()
Dvp9_blockd.h53 static INLINE int combine_entropy_contexts(ENTROPY_CONTEXT a, in combine_entropy_contexts() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.c497 const int ctx = combine_entropy_contexts(*a, *l); in encode_block()
Dvp9_rdopt.c269 int pt = combine_entropy_contexts(*A, *L); in cost_coeffs()