Searched refs:get_scan (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_scan.h | 42 static INLINE const scan_order *get_scan(const MACROBLOCKD *xd, TX_SIZE tx_size, in get_scan() function
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 381 so = get_scan(xd, tx_size, type, block); in tokenize_b()
|
D | vp9_encodemb.c | 112 const scan_order *const so = get_scan(xd, tx_size, type, block); in vp9_optimize_b()
|
D | vp9_rdopt.c | 798 args.so = get_scan(xd, tx_size, get_plane_type(plane), 0); in txfm_rd_in_plane()
|