Searched refs:vp9_init_macroblockd (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/libvpx/vp9/common/ |
H A D | vp9_onyxc_int.h | 375 static INLINE void vp9_init_macroblockd(VP9_COMMON *cm, MACROBLOCKD *xd, in vp9_init_macroblockd() function
|
/aosp_15_r20/external/libvpx/vp9/decoder/ |
H A D | vp9_decodeframe.c | 1872 vp9_init_macroblockd(cm, &tile_data->xd, tile_data->dqcoeff); in parse_tile_row() 1934 vp9_init_macroblockd(cm, &tile_data_recon->xd, tile_data_recon->dqcoeff); in row_decode_worker_hook() 2077 vp9_init_macroblockd(cm, &tile_data->xd, tile_data->dqcoeff); in decode_tiles() 2228 vp9_init_macroblockd(&pbi->common, &tile_data->xd, tile_data->dqcoeff); in tile_worker_hook()
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_encoder.c | 1450 vp9_init_macroblockd(cm, xd, NULL); in update_frame_size()
|