Searched refs:combine_entropy_contexts (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropy.h | 162 static INLINE int combine_entropy_contexts(ENTROPY_CONTEXT a, in combine_entropy_contexts() function 191 return combine_entropy_contexts(above_ec, left_ec); in get_entropy_context()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 629 const int ctx = combine_entropy_contexts(*a, *l); in encode_block() 780 entropy_ctx = combine_entropy_contexts(*a, *l); in vp9_encode_block_intra()
|
D | vp9_rdopt.c | 668 combine_entropy_contexts(args->t_left[blk_row], args->t_above[blk_col]); in block_rd_txfm() 1021 combine_entropy_contexts(tempa[idx], templ[idy]); in rd_pick_intra4x4block() 1036 combine_entropy_contexts(tempa[idx], templ[idy]); in rd_pick_intra4x4block() 1121 combine_entropy_contexts(tempa[idx], templ[idy]); in rd_pick_intra4x4block() 1136 combine_entropy_contexts(tempa[idx], templ[idy]); in rd_pick_intra4x4block() 1577 coeff_ctx = combine_entropy_contexts(ta[k & 1], tl[k >> 1]); in encode_inter_mb_segment()
|