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

  /external/libaom/libaom/av1/encoder/
mcomp.c 387 static void get_cost_surf_min(int *cost_list, int *ir, int *ic, int bits) { function
425 get_cost_surf_min(cost_list, &ir, &ic, 2);
491 get_cost_surf_min(cost_list, &ir, &ic, 1);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 360 static void get_cost_surf_min(int *cost_list, int *ir, int *ic, int bits) { function
427 get_cost_surf_min(cost_list, &ir, &ic, 2);
486 get_cost_surf_min(cost_list, &ir, &ic, 1);
    [all...]

Completed in 408 milliseconds