Searched refs:num_mode_change (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c3088 // num_mode_change times this function is called. Note that this
3089 // function called every 8 frames, so (8 * num_mode_change) is number
3091 int num_mode_change = 20; local
3159 // num_mode_change. Condition the change also on the bitrate and QP.
3160 if (cpi->denoiser.nmse_source_diff_count == num_mode_change) {

Completed in 109 milliseconds