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

  /external/libvpx/vp8/common/
entropymv.h 19 mv_max = 1023, /* max absolute value of a MV component */ enumerator in enum:__anon5070
20 MVvals = (2 * mv_max) + 1, /* # possible values "" */
  /external/libvpx/vp8/encoder/
encodemv.c 142 int i = 1; //-mv_max;
159 while (++i <= mv_max);
177 while (++i <= mv_max);
194 while (++i <= mv_max);
198 i=-mv_max;
204 while( ++i <= mv_max);
286 const int c = events [mv_max];
292 //j: 1 ~ mv_max (1023)
298 const int c1 = events [mv_max + j]; //positive
299 const int c2 = events [mv_max - j]; //negativ
    [all...]
temporal_filter.c 172 static int dummy_cost[2*mv_max+1];
196 int *mvcost[2] = { &dummy_cost[mv_max+1], &dummy_cost[mv_max+1] };
197 int *mvsadcost[2] = { &dummy_cost[mv_max+1], &dummy_cost[mv_max+1] };
ethreading.c 268 z->mvcost[0] = &z->mvcosts[0][mv_max+1];
269 z->mvcost[1] = &z->mvcosts[1][mv_max+1];
270 z->mvsadcost[0] = &z->mvsadcosts[0][mv_max+1];
271 z->mvsadcost[1] = &z->mvsadcosts[1][mv_max+1];
encodeframe.c     [all...]
onyx_if.c     [all...]

Completed in 103 milliseconds