Searched defs:build_nmv_component_cost_table (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemv.c74 static void build_nmv_component_cost_table(int *mvcost, function
228 build_nmv_component_cost_table(mvcost[0], &ctx->comps[0], usehp);
229 build_nmv_component_cost_table(mvcost[1], &ctx->comps[1], usehp);

Completed in 97 milliseconds