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.h39 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
Dvp9_encodemb.c33 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { in vp9_subtract_plane() function
713 vp9_subtract_plane(x, bsize, 0); in vp9_encode_sby_pass1()
730 if (!x->skip_recode) vp9_subtract_plane(x, bsize, plane); in vp9_encode_sb()
Dvp9_rdopt.c1317 vp9_subtract_plane(x, bsize, plane); in super_block_uvrd()
2779 vp9_subtract_plane(x, bsize, 0); in handle_inter_mode()