Searched refs:scan_idx (Results 1 - 2 of 2) sorted by relevance

/external/libhevc/decoder/
H A Dihevcd_parse_residual.c195 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 *
[all...]
/external/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.h452 volatile int scan_idx; variable
458 scan_idx = uScan_STRING.indexOf(c);
463 scan_idx = uScan_STRING.indexOf(SCAN1,3);
470 scan_idx = uScan_STRING.indexOf(c1);
471 scan_idx = uScan_STRING.indexOf(c2);
542 scan_idx = (int) sScan_STRING.find('.');
547 scan_idx = (int) sScan_STRING.find(L"123");
552 scan_idx = (int) sScan_STRING.find_first_of(L"sm");

Completed in 134 milliseconds