Searched refs:mvjoint (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemv.h | 29 void vp9_build_nmv_cost_table(int *mvjoint, int *mvcost[2],
|
D | vp9_encodemv.c | 232 void vp9_build_nmv_cost_table(int *mvjoint, int *mvcost[2], in vp9_build_nmv_cost_table() argument 234 vp9_cost_tokens(mvjoint, ctx->joints, vp9_mv_joint_tree); in vp9_build_nmv_cost_table()
|
/external/libaom/libaom/av1/encoder/ |
D | encodemv.h | 27 void av1_build_nmv_cost_table(int *mvjoint, int *mvcost[2],
|
D | encodemv.c | 219 void av1_build_nmv_cost_table(int *mvjoint, int *mvcost[2], in av1_build_nmv_cost_table() argument 222 av1_cost_tokens_from_cdf(mvjoint, ctx->joints_cdf, NULL); in av1_build_nmv_cost_table()
|