Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dscan.h47 static INLINE const SCAN_ORDER *get_scan(TX_SIZE tx_size, TX_TYPE tx_type) { in get_scan() function
/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/libaom/libaom/av1/encoder/
Dencodetxb.c588 const SCAN_ORDER *const scan_order = get_scan(tx_size, tx_type);
768 const SCAN_ORDER *const scan_order = get_scan(tx_size, tx_type);
887 const SCAN_ORDER *scan_order = get_scan(tx_size, tx_type);
948 const SCAN_ORDER *scan_order = get_scan(tx_size, tx_type);
1748 const SCAN_ORDER *scan_order = get_scan(tx_size, tx_type);
1933 const SCAN_ORDER *const scan_order = get_scan(tx_size, tx_type);
2089 const SCAN_ORDER *const scan_order = get_scan(tx_size, tx_type);
Dencodemb.c144 const SCAN_ORDER *const scan_order = get_scan(tx_size, tx_type); in av1_dropout_qcoeff()
272 get_scan(txfm_param->tx_size, txfm_param->tx_type); in av1_xform_quant()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c381 so = get_scan(xd, tx_size, type, block); in tokenize_b()
Dvp9_encodemb.c81 const scan_order *const so = get_scan(xd, tx_size, plane_type, block); in vp9_optimize_b()
Dvp9_rdopt.c898 args.so = get_scan(xd, tx_size, get_plane_type(plane), 0); in txfm_rd_in_plane()
/external/libaom/libaom/av1/decoder/
Ddecodetxb.c166 const SCAN_ORDER *const scan_order = get_scan(tx_size, tx_type); in av1_read_coeffs_txb()