Searched refs:vp9_accumulate_frame_counts (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_thread_common.h | 76 void vp9_accumulate_frame_counts(struct FRAME_COUNTS *accum,
|
D | vp9_thread_common.c | 496 void vp9_accumulate_frame_counts(FRAME_COUNTS *accum, in vp9_accumulate_frame_counts() function
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ethread.c | 222 vp9_accumulate_frame_counts(&cm->counts, thread_data->td->counts, 0); in vp9_encode_tiles_mt() 663 vp9_accumulate_frame_counts(&cm->counts, thread_data->td->counts, 0); in vp9_encode_tiles_row_mt()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 2431 vp9_accumulate_frame_counts(&cm->counts, &tile_data->counts, 1); in decode_tiles_row_wise_mt() 2560 vp9_accumulate_frame_counts(&cm->counts, &tile_data->counts, 1); in decode_tiles_mt()
|