Home
last modified time | relevance | path

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

/hardware/invensense/60xx/mlsdk/mllite/
Dmlstates.c221 int kk, jj; in inv_unregister_state_callback() local
232 for (jj = kk + 1; in inv_unregister_state_callback()
233 jj < sStateChangeCallbacks.numStateChangeCallbacks; ++jj) { in inv_unregister_state_callback()
234 sStateChangeCallbacks.stateChangeCallbacks[jj - 1] = in inv_unregister_state_callback()
235 sStateChangeCallbacks.stateChangeCallbacks[jj]; in inv_unregister_state_callback()
DmlFIFO.c2194 int kk, jj; in inv_unregister_fifo_rate_process() local
2205 for (jj = kk + 1; jj < fifo_rate_obj.num_cb; ++jj) { in inv_unregister_fifo_rate_process()
2206 fifo_rate_obj.fifo_process_cb[jj - 1] = in inv_unregister_fifo_rate_process()
2207 fifo_rate_obj.fifo_process_cb[jj]; in inv_unregister_fifo_rate_process()
2208 fifo_rate_obj.priority[jj - 1] = in inv_unregister_fifo_rate_process()
2209 fifo_rate_obj.priority[jj]; in inv_unregister_fifo_rate_process()
Dml.c420 int kk, jj; in inv_unregister_dmp_interupt_cb() local
425 for (jj = kk + 1; jj < mlxCallbackInterrupt.numInterruptProcesses; in inv_unregister_dmp_interupt_cb()
426 ++jj) { in inv_unregister_dmp_interupt_cb()
427 mlxCallbackInterrupt.processInterruptCb[jj - 1] = in inv_unregister_dmp_interupt_cb()
428 mlxCallbackInterrupt.processInterruptCb[jj]; in inv_unregister_dmp_interupt_cb()
/hardware/intel/common/libva/test/
Dloadsurface.h161 int jj, xpos, ypos; in yuvgen_planar() local
172 for (jj=0; jj<width; jj++) { in yuvgen_planar()
173 xpos = ((row_shift + jj) / box_width) & 0x1; in yuvgen_planar()
175 Y_row[jj*y_factor] = 0xeb; in yuvgen_planar()
177 Y_row[jj*y_factor] = 0x10; in yuvgen_planar()
180 Y_row[jj*y_factor+1] = uv_value; // it is for UV in yuvgen_planar()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
Dmkvparser.cpp2543 CuePoint** const jj = ii + m_count + m_preload_count; in Find()
2544 CuePoint** j = jj; in Find()
2565 assert(k < jj); in Find()
2583 assert(i <= jj); in Find()
2599 CuePoint** const jj = ii + m_count; in Find() local
2600 CuePoint** j = jj; in Find()
2619 assert(k < jj); in Find()
2635 assert(i <= jj); in Find()
2677 const CuePoint* const* const jj = ii + m_count;
2678 const CuePoint* const* j = jj;
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvparser.cpp2575 CuePoint** const jj = ii + m_count + m_preload_count; in Find()
2576 CuePoint** j = jj; in Find()
2597 assert(k < jj); in Find()
2615 assert(i <= jj); in Find()
2631 CuePoint** const jj = ii + m_count; in Find() local
2632 CuePoint** j = jj; in Find()
2651 assert(k < jj); in Find()
2667 assert(i <= jj); in Find()
2706 const CuePoint* const* const jj = ii + m_count;
2707 const CuePoint* const* j = jj;
[all …]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
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/
Dvp9_encodeframe.c1634 int jj = i >> 1, ii = i & 0x01; in rd_use_partition() local
1635 MODE_INFO * this_mi = mi_8x8[jj * bss * mis + ii * bss]; in rd_use_partition()
1726 int jj = i >> 1, ii = i & 0x01; in rd_use_partition() local
1735 rd_use_partition(cpi, tile, mi_8x8 + jj * bss * mis + ii * bss, tp, in rd_use_partition()