Home
last modified time | relevance | path

Searched refs:output_counts (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/vp9/
Dsimple_encode.cc230 FrameCounts *output_counts) { in update_frame_counts() argument
232 output_counts->y_mode.resize(BLOCK_SIZE_GROUPS); in update_frame_counts()
234 output_counts->y_mode[i].resize(INTRA_MODES); in update_frame_counts()
237 output_counts->uv_mode.resize(INTRA_MODES); in update_frame_counts()
239 output_counts->uv_mode[i].resize(INTRA_MODES); in update_frame_counts()
242 output_counts->partition.resize(PARTITION_CONTEXTS); in update_frame_counts()
244 output_counts->partition[i].resize(PARTITION_TYPES); in update_frame_counts()
247 output_counts->coef.resize(TX_SIZES); in update_frame_counts()
248 output_counts->eob_branch.resize(TX_SIZES); in update_frame_counts()
250 output_counts->coef[i].resize(PLANE_TYPES); in update_frame_counts()
[all …]
/external/igt-gpu-tools/lib/
Digt_alsa.c417 int output_counts[alsa->output_handles_count]; in alsa_run() local
444 output_counts[i] = 0; in alsa_run()
457 if (output_counts[i] < output_trigger && in alsa_run()
459 index = output_counts[i] * in alsa_run()
462 output_counts[i]; in alsa_run()
479 output_counts[i] += ret; in alsa_run()
480 } else if (output_counts[i] < output_trigger && in alsa_run()
493 if (output_counts[i] < output_trigger) in alsa_run()