Searched refs:combine_entropy_contexts (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropy.h | 161 static INLINE int combine_entropy_contexts(ENTROPY_CONTEXT a, in combine_entropy_contexts() function 190 return combine_entropy_contexts(above_ec, left_ec); in get_entropy_context()
|
/external/libaom/libaom/av1/common/ |
D | entropy.h | 81 static INLINE int combine_entropy_contexts(ENTROPY_CONTEXT a, in combine_entropy_contexts() function 169 return combine_entropy_contexts(above_ec, left_ec); in get_entropy_context()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 632 const int ctx = combine_entropy_contexts(*a, *l); in encode_block() 783 entropy_ctx = combine_entropy_contexts(*a, *l); in vp9_encode_block_intra()
|
D | vp9_rdopt.c | 670 combine_entropy_contexts(args->t_left[blk_row], args->t_above[blk_col]); in block_rd_txfm() 1013 combine_entropy_contexts(tempa[idx], templ[idy]); in rd_pick_intra4x4block() 1028 combine_entropy_contexts(tempa[idx], templ[idy]); in rd_pick_intra4x4block() 1113 combine_entropy_contexts(tempa[idx], templ[idy]); in rd_pick_intra4x4block() 1128 combine_entropy_contexts(tempa[idx], templ[idy]); in rd_pick_intra4x4block() 1569 coeff_ctx = combine_entropy_contexts(ta[k & 1], tl[k >> 1]); in encode_inter_mb_segment()
|