Searched refs:comp_index_ctx (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 1420 const int comp_index_ctx = get_comp_index_context(cm, xd); in read_inter_block_mode_info() local 1422 r, ec_ctx->compound_index_cdf[comp_index_ctx], 2, ACCT_STR); in read_inter_block_mode_info()
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 9928 const int comp_index_ctx = get_comp_index_context(cm, xd); in compound_type_rd() local 9945 x->comp_idx_cost[comp_index_ctx][mbmi->compound_idx]; in compound_type_rd() 9966 x->comp_idx_cost[comp_index_ctx][mbmi->compound_idx]; in compound_type_rd() 10022 x->comp_idx_cost[comp_index_ctx][mbmi->compound_idx]; in compound_type_rd() 10440 const int comp_index_ctx = get_comp_index_context(cm, xd); in handle_inter_mode() local 10442 x->comp_idx_cost[comp_index_ctx][mbmi->compound_idx]; in handle_inter_mode() 10454 const int comp_index_ctx = get_comp_index_context(cm, xd); in handle_inter_mode() local 10456 x->comp_idx_cost[comp_index_ctx][mbmi->compound_idx]; in handle_inter_mode()
|
D | bitstream.c | 1157 const int comp_index_ctx = get_comp_index_context(cm, xd); in pack_inter_mode_mvs() local 1159 ec_ctx->compound_index_cdf[comp_index_ctx], 2); in pack_inter_mode_mvs()
|
D | encodeframe.c | 1288 const int comp_index_ctx = get_comp_index_context(cm, xd); in update_stats() local 1290 ++counts->compound_index[comp_index_ctx][mbmi->compound_idx]; in update_stats() 1293 update_cdf(fc->compound_index_cdf[comp_index_ctx], in update_stats()
|