Searched refs:jj (Results 1 - 8 of 8) sorted by relevance

/hardware/invensense/60xx/mlsdk/mllite/
H A Dmlstates.c221 int kk, jj; local
232 for (jj = kk + 1;
233 jj < sStateChangeCallbacks.numStateChangeCallbacks; ++jj) {
234 sStateChangeCallbacks.stateChangeCallbacks[jj - 1] =
235 sStateChangeCallbacks.stateChangeCallbacks[jj];
H A Dml.c420 int kk, jj; local
425 for (jj = kk + 1; jj < mlxCallbackInterrupt.numInterruptProcesses;
426 ++jj) {
427 mlxCallbackInterrupt.processInterruptCb[jj - 1] =
428 mlxCallbackInterrupt.processInterruptCb[jj];
H A DmlFIFO.c2194 int kk, jj; local
2205 for (jj = kk + 1; jj < fifo_rate_obj.num_cb; ++jj) {
2206 fifo_rate_obj.fifo_process_cb[jj - 1] =
2207 fifo_rate_obj.fifo_process_cb[jj];
2208 fifo_rate_obj.priority[jj - 1] =
2209 fifo_rate_obj.priority[jj];
/hardware/intel/common/libva/test/
H A Dloadsurface.h161 int jj, xpos, ypos; local
172 for (jj=0; jj<width; jj++) {
173 xpos = ((row_shift + jj) / box_width) & 0x1;
175 Y_row[jj*y_factor] = 0xeb;
177 Y_row[jj*y_factor] = 0x10;
180 Y_row[jj*y_factor+1] = uv_value; // it is for UV
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp2543 CuePoint** const jj = ii + m_count + m_preload_count;
2544 CuePoint** j = jj;
2562 //[j, jj) > time_ns
2565 assert(k < jj);
2583 assert(i <= jj);
2599 CuePoint** const jj = ii + m_count; local
2600 CuePoint** j = jj;
2616 //[j, jj) > time_ns
2619 assert(k < jj);
2635 assert(i <= jj);
2861 Cluster** const jj = ii + count; local
2919 Cluster** const jj = ii + count; local
3410 Cluster** const jj = ii + m_clusterPreloadCount; local
3788 Cluster** const jj = ii + m_clusterPreloadCount; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.cpp2575 CuePoint** const jj = ii + m_count + m_preload_count;
2576 CuePoint** j = jj;
2594 //[j, jj) > time_ns
2597 assert(k < jj);
2615 assert(i <= jj);
2631 CuePoint** const jj = ii + m_count; local
2632 CuePoint** j = jj;
2648 //[j, jj) > time_ns
2651 assert(k < jj);
2667 assert(i <= jj);
2890 Cluster** const jj = ii + count; local
2948 Cluster** const jj = ii + count; local
3429 Cluster** const jj = ii + m_clusterPreloadCount; local
3806 Cluster** const jj = ii + m_clusterPreloadCount; local
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c534 int status,fdmax,jj,kk,k; local
729 jj=0;
730 APP_IPRINT("%d :: APP: AAC ENC Test --- will call [%d] time for encoder\n",__LINE__, jj+1);
731 for(jj=0; jj<testcnt1; jj++)
737 APP_IPRINT ("%d :: TC-5 counter = %d\n",__LINE__,jj);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1634 int jj = i >> 1, ii = i & 0x01; local
1635 MODE_INFO * this_mi = mi_8x8[jj * bss * mis + ii * bss];
1726 int jj = i >> 1, ii = i & 0x01; local
1735 rd_use_partition(cpi, tile, mi_8x8 + jj * bss * mis + ii * bss, tp,

Completed in 273 milliseconds