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

  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 90 static const int16_t zero_cost[] = { 0 }; variable
261 { 0, 0, 0, zero_cost }, // ZERO_TOKEN
272 { 0, 0, 0, zero_cost } // EOB_TOKEN
277 { 0, 0, 0, zero_cost }, // ZERO
288 { 0, 0, 0, zero_cost } // EOB
291 { 0, 0, 0, zero_cost }, // ZERO
302 { 0, 0, 0, zero_cost } // EOB
  /external/valgrind/callgrind/
events.h 91 void CLG_(zero_cost)(EventSet*,ULong*);
events.c 218 void CLG_(zero_cost)(EventSet* es, ULong* cost) function
245 CLG_(zero_cost)(es, dst);
262 CLG_(zero_cost)(es, *pdst);
389 CLG_(zero_cost)(es, dst);
threads.c 214 CLG_(zero_cost)( CLG_(sets).full, es->cost );
334 CLG_(zero_cost)( CLG_(sets).full, es->cost );
bbcc.c 551 CLG_(zero_cost)( CLG_(sets).full, call_entry_up->enter_cost );
dump.c     [all...]
main.c     [all...]

Completed in 103 milliseconds