Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropy.h176 INLINE static const scan_order *get_scan(const MACROBLOCKD *xd, TX_SIZE tx_size, in get_scan() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_detokenize.c203 const scan_order *so = get_scan(xd, tx_size, pd->plane_type, block); in vp9_decode_block_tokens()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_tokenize.c244 so = get_scan(xd, tx_size, type, block); in tokenize_b()
Dvp9_encodemb.c133 const scan_order *so = get_scan(xd, tx_size, type, block); in optimize_b()
Dvp9_rdopt.c756 args.so = get_scan(xd, tx_size, pd->plane_type, 0); in txfm_rd_in_plane()