Searched refs:combine_entropy_contexts (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropy.h173 return combine_entropy_contexts(above_ec, left_ec);
H A Dvp9_blockd.h53 static INLINE int combine_entropy_contexts(ENTROPY_CONTEXT a, function
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_entropy.h212 return combine_entropy_contexts(above_ec, left_ec);
H A Dvp9_blockd.h54 static INLINE int combine_entropy_contexts(ENTROPY_CONTEXT a, function
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.c277 pt = combine_entropy_contexts(*a, *l);
H A Dvp9_rdopt.c569 int pt = combine_entropy_contexts(*A, *L);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodemb.c512 const int ctx = combine_entropy_contexts(*a, *l);
H A Dvp9_rdopt.c297 int pt = combine_entropy_contexts(*A, *L);

Completed in 705 milliseconds