Home
last modified time | relevance | path

Searched refs:start_timing (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Modules/
Dtimingmodule.c11 start_timing(PyObject *self) in start_timing() function
46 {"start", (PyCFunction)start_timing, METH_NOARGS},
/external/libaom/libaom/av1/encoder/
Dencoder.c4034 start_timing(cpi, loop_filter_time); in loopfilter_frame()
4068 start_timing(cpi, cdef_time); in loopfilter_frame()
4089 start_timing(cpi, loop_restoration_time); in loopfilter_frame()
4463 start_timing(cpi, av1_encode_frame_time); in encode_with_recode_loop()
4813 start_timing(cpi, encode_frame_to_data_rate_time); in encode_frame_to_data_rate()
4992 start_timing(cpi, encode_with_recode_loop_time); in encode_frame_to_data_rate()
5058 start_timing(cpi, av1_pack_bitstream_final_time); in encode_frame_to_data_rate()
Dencodeframe.c524 start_timing(cpi, rd_pick_sb_modes_time); in pick_sb_modes()
641 start_timing(cpi, av1_rd_pick_intra_mode_sb_time); in pick_sb_modes()
650 start_timing(cpi, av1_rd_pick_inter_mode_sb_time); in pick_sb_modes()
4666 start_timing(cpi, encode_sb_time); in encode_sb_row()
4818 start_timing(cpi, first_partition_search_pass_time); in encode_sb_row()
4835 start_timing(cpi, rd_pick_partition_time); in encode_sb_row()
5489 start_timing(cpi, av1_compute_global_motion_time); in encode_frame_internal()
5640 start_timing(cpi, av1_setup_motion_field_time); in encode_frame_internal()
Dencoder.h1355 static INLINE void start_timing(AV1_COMP *cpi, int component) { in start_timing() function
Drdopt.c10313 start_timing(cpi, handle_newmv_time); in handle_inter_mode()
10429 start_timing(cpi, compound_type_rd_time); in handle_inter_mode()
10503 start_timing(cpi, interpolation_filter_search_time); in handle_inter_mode()
10573 start_timing(cpi, motion_mode_rd_time); in handle_inter_mode()
12884 start_timing(cpi, handle_inter_mode_time); in av1_rd_pick_inter_mode_sb()
12991 start_timing(cpi, do_tx_search_time); in av1_rd_pick_inter_mode_sb()
13077 start_timing(cpi, handle_intra_mode_time); in av1_rd_pick_inter_mode_sb()