Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemb.h32 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
Dvp9_encodemb.c54 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { in vp9_subtract_plane() function
550 vp9_subtract_plane(x, bsize, 0); in vp9_encode_sby_pass1()
564 vp9_subtract_plane(x, bsize, plane); in vp9_encode_sb()
Dvp9_rdopt.c569 vp9_subtract_plane(x, bs, 0); in inter_super_block_yrd()
903 vp9_subtract_plane(x, bsize, plane); in super_block_uvrd()