HomeSort by relevance Sort by last modified time
    Searched refs:build_nmv_component_cost_table (Results 1 - 2 of 2) sorted by null

  /external/libaom/libaom/av1/encoder/
encodemv.c 82 static void build_nmv_component_cost_table(int *mvcost, function
184 build_nmv_component_cost_table(mvcost[0], &ctx->comps[0], precision);
185 build_nmv_component_cost_table(mvcost[1], &ctx->comps[1], precision);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 69 static void build_nmv_component_cost_table(int *mvcost, function
235 build_nmv_component_cost_table(mvcost[0], &ctx->comps[0], usehp);
236 build_nmv_component_cost_table(mvcost[1], &ctx->comps[1], usehp);

Completed in 452 milliseconds