Home
last modified time | relevance | path

Searched refs:vp9_accumulate_frame_counts (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_thread_common.h76 void vp9_accumulate_frame_counts(struct FRAME_COUNTS *accum,
Dvp9_thread_common.c496 void vp9_accumulate_frame_counts(FRAME_COUNTS *accum, in vp9_accumulate_frame_counts() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ethread.c222 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/
Dvp9_decodeframe.c2431 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()