Searched refs:joints_cdf (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodemv.c | 147 aom_write_symbol(w, j, mvctx->joints_cdf, MV_JOINTS); in av1_encode_mv() 172 aom_write_symbol(w, j, mvctx->joints_cdf, MV_JOINTS); in av1_encode_dv() 183 av1_cost_tokens_from_cdf(mvjoint, ctx->joints_cdf, NULL); in av1_build_nmv_cost_table()
|
D | encodeframe.c | 4508 AVERAGE_CDF(nmv_left->joints_cdf, nmv_tr->joints_cdf, 4); in avg_nmv()
|
/external/libaom/libaom/av1/common/ |
D | entropymv.h | 90 aom_cdf_prob joints_cdf[CDF_SIZE(MV_JOINTS)]; member
|
D | entropy.c | 72 RESET_CDF_COUNTER(nmv->joints_cdf, 4); in reset_nmv_counter()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 867 (MV_JOINT_TYPE)aom_read_symbol(r, ctx->joints_cdf, MV_JOINTS, ACCT_STR); in read_mv()
|