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

  /external/libvpx/libvpx/vp9/common/
vp9_scan.h 42 static INLINE const scan_order *get_scan(const MACROBLOCKD *xd, TX_SIZE tx_size, function
  /system/connectivity/wificond/scanning/
scan_utils.cpp 76 NL80211Packet get_scan(
81 get_scan.AddFlag(NLM_F_DUMP);
83 get_scan.AddAttribute(ifindex);
86 if (!netlink_manager_->SendMessageAndGetResponses(get_scan, &response)) {
  /external/iw/
util.c 184 [NL80211_CMD_GET_SCAN] = "get_scan",
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 381 so = get_scan(xd, tx_size, type, block);
vp9_encodemb.c 112 const scan_order *const so = get_scan(xd, tx_size, type, block);
    [all...]
vp9_rdopt.c 798 args.so = get_scan(xd, tx_size, get_plane_type(plane), 0);
    [all...]

Completed in 1477 milliseconds