Searched refs:vp9_init_macroblockd (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_onyxc_int.h | 346 static INLINE void vp9_init_macroblockd(VP9_COMMON *cm, MACROBLOCKD *xd, in vp9_init_macroblockd() function
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1870 vp9_init_macroblockd(cm, &tile_data->xd, tile_data->dqcoeff); in parse_tile_row() 1932 vp9_init_macroblockd(cm, &tile_data_recon->xd, tile_data_recon->dqcoeff); in row_decode_worker_hook() 2075 vp9_init_macroblockd(cm, &tile_data->xd, tile_data->dqcoeff); in decode_tiles() 2227 vp9_init_macroblockd(&pbi->common, &tile_data->xd, tile_data->dqcoeff); in tile_worker_hook()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.c | 1437 vp9_init_macroblockd(cm, xd, NULL); in update_frame_size()
|