Searched refs:vp9_setup_src_planes (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodeframe.h | 23 void vp9_setup_src_planes(struct macroblock *x,
|
D | vp9_encodeframe.c | 246 vp9_setup_src_planes(x, cpi->Source, mi_row, mi_col); in set_offsets() 968 void vp9_setup_src_planes(MACROBLOCK *x, const YV12_BUFFER_CONFIG *src, in vp9_setup_src_planes() function 2071 vp9_setup_src_planes(x, cpi->Source, mi_row, mi_col); in rd_pick_partition() 2420 vp9_setup_src_planes(x, cpi->Source, 0, 0); in init_encode_frame_mb_context()
|
D | vp9_firstpass.c | 539 vp9_setup_src_planes(x, cpi->Source, 0, 0); in vp9_first_pass()
|