HomeSort by relevance Sort by last modified time
    Searched full:get_scan (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_detokenize.c 209 const scan_order *so = get_scan(xd, tx_size, pd->plane_type, block);
  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 176 static const INLINE scan_order *get_scan(const MACROBLOCKD *xd, TX_SIZE tx_size, function
  /external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c 203 const scan_order *so = get_scan(xd, tx_size, pd->plane_type, block);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_entropy.h 176 INLINE static const scan_order *get_scan(const MACROBLOCKD *xd, TX_SIZE tx_size, function
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_detokenize.c 203 const scan_order *so = get_scan(xd, tx_size, pd->plane_type, block);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_entropy.h 215 static INLINE const scan_order *get_scan(const MACROBLOCKD *xd, TX_SIZE tx_size, function
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_tokenize.c 328 so = get_scan(xd, tx_size, type, block);
vp9_encodemb.c 119 const scan_order *const so = get_scan(xd, tx_size, type, block);
vp9_rdopt.c 470 args.so = get_scan(xd, tx_size, pd->plane_type, 0);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 244 so = get_scan(xd, tx_size, type, block);
vp9_encodemb.c 133 const scan_order *so = get_scan(xd, tx_size, type, block);
vp9_rdopt.c 756 args.so = get_scan(xd, tx_size, pd->plane_type, 0);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_tokenize.c 244 so = get_scan(xd, tx_size, type, block);
vp9_encodemb.c 133 const scan_order *so = get_scan(xd, tx_size, type, block);
vp9_rdopt.c 756 args.so = get_scan(xd, tx_size, pd->plane_type, 0);
    [all...]

Completed in 773 milliseconds