HomeSort by relevance Sort by last modified time
    Searched defs:zero_cost (Results 1 - 2 of 2) 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.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);

Completed in 93 milliseconds