Searched refs:start_timing (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Modules/ |
D | timingmodule.c | 11 start_timing(PyObject *self) in start_timing() function 46 {"start", (PyCFunction)start_timing, METH_NOARGS},
|
/external/libaom/libaom/av1/encoder/ |
D | encoder.c | 4803 start_timing(cpi, cdef_time); in cdef_restoration_frame() 4824 start_timing(cpi, loop_restoration_time); in cdef_restoration_frame() 4868 start_timing(cpi, loop_filter_time); in loopfilter_frame() 5562 start_timing(cpi, av1_encode_frame_time); in encode_with_recode_loop() 5662 start_timing(cpi, encode_with_recode_loop_time); in encode_with_recode_loop_and_filter() 5744 start_timing(cpi, av1_pack_bitstream_final_time); in encode_with_recode_loop_and_filter() 6258 start_timing(cpi, encode_frame_to_data_rate_time); in encode_frame_to_data_rate()
|
D | rdopt.c | 2351 start_timing(cpi, handle_newmv_time); in handle_inter_mode() 2479 start_timing(cpi, compound_type_rd_time); in handle_inter_mode() 2529 start_timing(cpi, interpolation_filter_search_time); in handle_inter_mode() 2569 start_timing(cpi, motion_mode_rd_time); in handle_inter_mode() 4735 start_timing(cpi, do_tx_search_time); in av1_rd_pick_inter_mode_sb() 4827 start_timing(cpi, handle_intra_mode_time); in av1_rd_pick_inter_mode_sb()
|
D | encodeframe.c | 756 start_timing(cpi, rd_pick_sb_modes_time); in pick_sb_modes() 831 start_timing(cpi, av1_rd_pick_intra_mode_sb_time); in pick_sb_modes() 847 start_timing(cpi, av1_rd_pick_inter_mode_sb_time); in pick_sb_modes() 4769 start_timing(cpi, rd_pick_partition_time); in encode_rd_sb() 4894 start_timing(cpi, encode_sb_time); in encode_sb_row() 5813 start_timing(cpi, av1_compute_global_motion_time); in encode_frame_internal() 5898 start_timing(cpi, av1_setup_motion_field_time); in encode_frame_internal()
|
D | encoder.h | 1941 static INLINE void start_timing(AV1_COMP *cpi, int component) { in start_timing() function
|