Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c446 static void has_high_freq_coeff(int plane, int block, int row, int col, in has_high_freq_coeff() function
462 has_high_freq_coeff, &args); in vp9_has_high_freq_in_plane()
Dvp9_rdopt.c3814 int has_high_freq_coeff = 0; in vp9_rd_pick_inter_mode_sb() local
3819 has_high_freq_coeff |= vp9_has_high_freq_in_plane(x, bsize, plane); in vp9_rd_pick_inter_mode_sb()
3824 has_high_freq_coeff |= vp9_has_high_freq_in_plane(x, bsize, plane); in vp9_rd_pick_inter_mode_sb()
3827 best_mode_skippable |= !has_high_freq_coeff; in vp9_rd_pick_inter_mode_sb()