Searched refs:vp9_subtract_plane (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodemb.h | 29 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane);
|
D | vp9_encodemb.c | 54 void vp9_subtract_plane(MACROBLOCK *x, BLOCK_SIZE bsize, int plane) { in vp9_subtract_plane() function 447 vp9_subtract_plane(x, bsize, 0); in vp9_encode_sby_pass1() 461 vp9_subtract_plane(x, bsize, plane); in vp9_encode_sb()
|
D | vp9_rdopt.c | 960 vp9_subtract_plane(x, bs, 0); in inter_super_block_yrd() 1326 vp9_subtract_plane(x, bsize, plane); in super_block_uvrd()
|