Home
last modified time | relevance | path

Searched refs:zero_cost (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c77 static const int16_t zero_cost[] = {0}; variable
389 {0, 0, 0, 0, zero_cost}, // ZERO_TOKEN
400 {0, 0, 0, 0, zero_cost} // EOB_TOKEN
405 {0, 0, 0, 0, zero_cost}, // ZERO
416 {0, 0, 0, 0, zero_cost} // EOB
419 {0, 0, 0, 0, zero_cost}, // ZERO
430 {0, 0, 0, 0, zero_cost} // EOB
/external/valgrind/callgrind/
Devents.c218 void CLG_(zero_cost)(EventSet* es, ULong* cost) in CLG_() argument
245 CLG_(zero_cost)(es, dst); in CLG_() local
262 CLG_(zero_cost)(es, *pdst); in CLG_()
389 CLG_(zero_cost)(es, dst); in CLG_() local
Devents.h91 void CLG_(zero_cost)(EventSet*,ULong*);
Dthreads.c214 CLG_(zero_cost)( CLG_(sets).full, es->cost ); in CLG_()
334 CLG_(zero_cost)( CLG_(sets).full, es->cost ); in new_exec_state()
Dbbcc.c551 CLG_(zero_cost)( CLG_(sets).full, call_entry_up->enter_cost ); in handleUnderflow()
Ddump.c1309 CLG_(zero_cost)(CLG_(sets).full, sum); in new_dumpfile()
Dmain.c1449 CLG_(zero_cost)( CLG_(sets).full, CLG_(current_state).cost ); in zero_state_cost()