Home
last modified time | relevance | path

Searched refs:vp9_has_high_freq_in_plane (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.h47 int vp9_has_high_freq_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
Dvp9_tokenize.c458 int vp9_has_high_freq_in_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { in vp9_has_high_freq_in_plane() function
Dvp9_rdopt.c4017 has_high_freq_coeff |= vp9_has_high_freq_in_plane(x, bsize, plane); in vp9_rd_pick_inter_mode_sb()
4022 has_high_freq_coeff |= vp9_has_high_freq_in_plane(x, bsize, plane); in vp9_rd_pick_inter_mode_sb()