/external/libvpx/libvpx/vp9/common/ |
vp9_entropy.h | 182 static void get_scan(const MACROBLOCKD *xd, TX_SIZE tx_size, function
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_detokenize.c | 113 get_scan(xd, tx_size, type, block_idx, &scan, &nb);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_tokenize.c | 127 get_scan(xd, tx_size, type, block, &scan, &nb);
|
vp9_encodemb.c | 145 get_scan(xd, tx_size, type, block, &scan, &nb);
|
vp9_rdopt.c | 696 get_scan(xd, tx_size, pd->plane_type, 0, &rd_stack->scan, &rd_stack->nb); [all...] |