Searched refs:zero_cost (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 77 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/ |
D | events.c | 218 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
|
D | events.h | 91 void CLG_(zero_cost)(EventSet*,ULong*);
|
D | threads.c | 214 CLG_(zero_cost)( CLG_(sets).full, es->cost ); in CLG_() 334 CLG_(zero_cost)( CLG_(sets).full, es->cost ); in new_exec_state()
|
D | bbcc.c | 551 CLG_(zero_cost)( CLG_(sets).full, call_entry_up->enter_cost ); in handleUnderflow()
|
D | dump.c | 1309 CLG_(zero_cost)(CLG_(sets).full, sum); in new_dumpfile()
|
D | main.c | 1449 CLG_(zero_cost)( CLG_(sets).full, CLG_(current_state).cost ); in zero_state_cost()
|