Searched refs:get_scan (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropy.h | 192 static INLINE const scan_order *get_scan(const MACROBLOCKD *xd, TX_SIZE tx_size, in get_scan() function
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 184 const scan_order *so = get_scan(xd, tx_size, pd->plane_type, block); in vp9_decode_block_tokens()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 234 so = get_scan(xd, tx_size, type, block); in tokenize_b()
|
D | vp9_encodemb.c | 119 const scan_order *const so = get_scan(xd, tx_size, type, block); in optimize_b()
|
D | vp9_rdopt.c | 438 args.so = get_scan(xd, tx_size, pd->plane_type, 0); in txfm_rd_in_plane()
|