OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scan_idx
(Results
1 - 3
of
3
) sorted by null
/external/libhevc/decoder/
ihevcd_parse_residual.c
195
WORD32
scan_idx
;
local
311
scan_idx
= SCAN_DIAG_UPRIGHT;
319
scan_idx
= SCAN_VERT;
324
scan_idx
= SCAN_HORZ;
330
if(SCAN_VERT ==
scan_idx
)
348
*pi1_scan_idx = (
scan_idx
<< 1) | transform_skip_flag;
363
/* If transform is larger than 4x4, then based on
scan_idx
and transform size, choose a scan table */
369
pu1_scan_blk = (UWORD8 *)gapv_ihevc_scan[
scan_idx
* 3 + (log2_trafo_size - 2 - 1)];
380
pu1_scan_coeff = &gau1_ihevc_scan4x4[
scan_idx
][0];
391
pu1_scan_blk = (UWORD8 *)gapv_ihevc_invscan[
scan_idx
* 3 + (log2_trafo_size - 2 - 1)]
[
all
...]
/tools/test/connectivity/acts/tests/google/wifi/
WifiScannerBssidTest.py
86
def fetch_scan_result(self,
scan_idx
, scan_setting):
93
scan_idx
: Index of the scan listener.
110
event_name = "{}{}onResults".format(SCAN_EVENT_TAG,
scan_idx
)
133
self.
scan_idx
= data["Index"]
134
results = self.fetch_scan_result(self.
scan_idx
, scan_setting)
144
self.dut.droid.wifiScannerStopBackgroundScan(self.
scan_idx
)
202
results = self.fetch_scan_result(self.
scan_idx
,
209
self.dut.droid.wifiScannerStopBackgroundScan(self.
scan_idx
)
255
results = self.fetch_scan_result(self.
scan_idx
,
266
self.dut.droid.wifiScannerStopBackgroundScan(self.
scan_idx
)
[
all
...]
/external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h
447
volatile int
scan_idx
;
variable
453
scan_idx
= uScan_STRING.indexOf(c);
458
scan_idx
= uScan_STRING.indexOf(SCAN1,3);
465
scan_idx
= uScan_STRING.indexOf(c1);
466
scan_idx
= uScan_STRING.indexOf(c2);
537
scan_idx
= (int) sScan_STRING.find('.');
542
scan_idx
= (int) sScan_STRING.find(L"123");
547
scan_idx
= (int) sScan_STRING.find_first_of(L"sm");
Completed in 2798 milliseconds