Home
last modified time | relevance | path

Searched refs:vp9_encode_intra_block_plane (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.h38 void vp9_encode_intra_block_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
Dvp9_encodemb.c713 void vp9_encode_intra_block_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { in vp9_encode_intra_block_plane() function
Dvp9_firstpass.c561 vp9_encode_intra_block_plane(x, bsize, 0); in vp9_first_pass()
Dvp9_encodeframe.c3582 vp9_encode_intra_block_plane(x, MAX(bsize, BLOCK_8X8), plane); in encode_superblock()