Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropy.h192 static INLINE const scan_order *get_scan(const MACROBLOCKD *xd, TX_SIZE tx_size, in get_scan() function
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c184 const scan_order *so = get_scan(xd, tx_size, pd->plane_type, block); in vp9_decode_block_tokens()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c234 so = get_scan(xd, tx_size, type, block); in tokenize_b()
Dvp9_encodemb.c119 const scan_order *const so = get_scan(xd, tx_size, type, block); in optimize_b()
Dvp9_rdopt.c438 args.so = get_scan(xd, tx_size, pd->plane_type, 0); in txfm_rd_in_plane()