Searched refs:vp9_setup_src_planes (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.h | 30 void vp9_setup_src_planes(struct macroblock *x,
|
D | vp9_encodeframe.c | 169 vp9_setup_src_planes(x, cpi->Source, mi_row, mi_col); in set_offsets() 640 void vp9_setup_src_planes(MACROBLOCK *x, const YV12_BUFFER_CONFIG *src, in vp9_setup_src_planes() function 1161 vp9_setup_src_planes(x, cpi->Source, mi_row, mi_col); in set_source_var_based_partition() 2066 vp9_setup_src_planes(x, cpi->Source, mi_row, mi_col); in rd_pick_partition() 2535 vp9_setup_src_planes(x, cpi->Source, 0, 0); in init_encode_frame_mb_context()
|
D | vp9_firstpass.c | 490 vp9_setup_src_planes(x, cpi->Source, 0, 0); in vp9_first_pass()
|