HomeSort by relevance Sort by last modified time
    Searched refs:combine_entropy_contexts (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 162 static INLINE int combine_entropy_contexts(ENTROPY_CONTEXT a, function
191 return combine_entropy_contexts(above_ec, left_ec);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 629 const int ctx = combine_entropy_contexts(*a, *l);
780 entropy_ctx = combine_entropy_contexts(*a, *l);
    [all...]
vp9_rdopt.c 668 combine_entropy_contexts(args->t_left[blk_row], args->t_above[blk_col]);
    [all...]

Completed in 77 milliseconds