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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_tokenize.c446 static void has_high_freq_coeff(int plane, int block, int row, int col, function
462 has_high_freq_coeff, &args);
H A Dvp9_rdopt.c3679 int has_high_freq_coeff = 0; local
3684 has_high_freq_coeff |= vp9_has_high_freq_in_plane(x, bsize, plane);
3689 has_high_freq_coeff |= vp9_has_high_freq_in_plane(x, bsize, plane);
3692 best_mode_skippable |= !has_high_freq_coeff;

Completed in 100 milliseconds