Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemb.h35 void vp9_encode_intra_block_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
Dvp9_encodemb.c609 void vp9_encode_intra_block_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { in vp9_encode_intra_block_plane() function
625 vp9_encode_intra_block_plane(x, mbmi->sb_type, 0); in vp9_encode_intra()
Dvp9_encodeframe.c3459 vp9_encode_intra_block_plane(x, MAX(bsize, BLOCK_8X8), plane); in encode_superblock()