Searched refs:set_plane_n4 (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | partition_strategy.h | 102 set_plane_n4(xd, mi_width, mi_height, num_planes); in set_offsets_for_motion_search()
|
D | firstpass.c | 467 set_plane_n4(xd, mi_size_wide[bsize], mi_size_high[bsize], num_planes); in av1_first_pass()
|
D | encodeframe.c | 238 set_plane_n4(xd, mi_width, mi_height, num_planes); in set_offsets_without_segment_id()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 775 static void set_plane_n4(MACROBLOCKD *const xd, int bw, int bh, int bwl, in set_plane_n4() function 793 set_plane_n4(xd, bw, bh, bwl, bhl); in set_offsets_recon() 822 set_plane_n4(xd, bw, bh, bwl, bhl); in set_offsets()
|
/external/libaom/libaom/av1/common/ |
D | onyxc_int.h | 813 static INLINE void set_plane_n4(MACROBLOCKD *const xd, int bw, int bh, in set_plane_n4() function
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 364 set_plane_n4(xd, bw, bh, num_planes); in set_offsets() 1686 set_plane_n4(xd, bw, bh, num_planes); in set_offsets_for_pred_and_recon()
|