Home
last modified time | relevance | path

Searched refs:get_scan (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_scan.h42 static INLINE const scan_order *get_scan(const MACROBLOCKD *xd, TX_SIZE tx_size, in get_scan() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c381 so = get_scan(xd, tx_size, type, block); in tokenize_b()
Dvp9_encodemb.c112 const scan_order *const so = get_scan(xd, tx_size, type, block); in vp9_optimize_b()
Dvp9_rdopt.c798 args.so = get_scan(xd, tx_size, get_plane_type(plane), 0); in txfm_rd_in_plane()