Searched refs:get_scan (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | scan.h | 47 static INLINE const SCAN_ORDER *get_scan(TX_SIZE tx_size, TX_TYPE tx_type) { in get_scan() function
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_scan.h | 42 static INLINE const scan_order *get_scan(const MACROBLOCKD *xd, TX_SIZE tx_size, in get_scan() function
|
/external/libaom/libaom/av1/encoder/ |
D | encodetxb.c | 588 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);
|
D | encodemb.c | 144 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/ |
D | vp9_tokenize.c | 381 so = get_scan(xd, tx_size, type, block); in tokenize_b()
|
D | vp9_encodemb.c | 81 const scan_order *const so = get_scan(xd, tx_size, plane_type, block); in vp9_optimize_b()
|
D | vp9_rdopt.c | 898 args.so = get_scan(xd, tx_size, get_plane_type(plane), 0); in txfm_rd_in_plane()
|
/external/libaom/libaom/av1/decoder/ |
D | decodetxb.c | 166 const SCAN_ORDER *const scan_order = get_scan(tx_size, tx_type); in av1_read_coeffs_txb()
|