Home
last modified time | relevance | path

Searched refs:build_nmv_component_cost_table (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dencodemv.c82 static void build_nmv_component_cost_table(int *mvcost, in build_nmv_component_cost_table() function
184 build_nmv_component_cost_table(mvcost[0], &ctx->comps[0], precision); in av1_build_nmv_cost_table()
185 build_nmv_component_cost_table(mvcost[1], &ctx->comps[1], precision); in av1_build_nmv_cost_table()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c69 static void build_nmv_component_cost_table(int *mvcost, in build_nmv_component_cost_table() function
235 build_nmv_component_cost_table(mvcost[0], &ctx->comps[0], usehp); in vp9_build_nmv_cost_table()
236 build_nmv_component_cost_table(mvcost[1], &ctx->comps[1], usehp); in vp9_build_nmv_cost_table()