HomeSort by relevance Sort by last modified time
    Searched refs:mtx (Results 101 - 125 of 137) sorted by null

1 2 3 45 6

  /external/webp/src/dsp/
enc_mips32.c 192 const VP8Matrix* const mtx) {
199 const uint16_t* ppsharpen = &mtx->sharpen_[0];
200 const uint32_t* ppzthresh = &mtx->zthresh_[0];
201 const uint16_t* ppq = &mtx->q_[0];
202 const uint16_t* ppiq = &mtx->iq_[0];
203 const uint32_t* ppbias = &mtx->bias_[0];
243 const VP8Matrix* const mtx) {
245 nz = QuantizeBlock_MIPS32(in + 0 * 16, out + 0 * 16, mtx) << 0;
246 nz |= QuantizeBlock_MIPS32(in + 1 * 16, out + 1 * 16, mtx) << 1;
    [all...]
enc_neon.c 823 const VP8Matrix* const mtx, int offset) {
824 const uint16x8_t sharp = vld1q_u16(&mtx->sharpen_[offset]);
825 const uint16x8_t q = vld1q_u16(&mtx->q_[offset])
    [all...]
enc.c 654 const VP8Matrix* const mtx) {
660 const uint32_t coeff = (sign ? -in[j] : in[j]) + mtx->sharpen_[j];
661 if (coeff > mtx->zthresh_[j]) {
662 const uint32_t Q = mtx->q_[j];
663 const uint32_t iQ = mtx->iq_[j];
664 const uint32_t B = mtx->bias_[j];
681 const VP8Matrix* const mtx) {
683 nz = VP8EncQuantizeBlock(in + 0 * 16, out + 0 * 16, mtx) << 0;
684 nz |= VP8EncQuantizeBlock(in + 1 * 16, out + 1 * 16, mtx) << 1;
enc_sse2.c     [all...]
enc_mips_dsp_r2.c     [all...]
dsp.h 275 const struct VP8Matrix* const mtx);
278 const struct VP8Matrix* const mtx);
285 const struct VP8Matrix* const mtx);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_mutex.cc 81 s->mtx.Unlock();
92 s->mtx.Unlock();
111 s->mtx.Unlock();
128 s->mtx.Unlock();
179 s->mtx.Unlock();
221 s->mtx.Unlock();
257 s->mtx.ReadUnlock();
288 s->mtx.Unlock();
336 s->mtx.Unlock();
351 s->mtx.Unlock()
    [all...]
tsan_mman.cc 67 Mutex mtx; member in struct:__tsan::GlobalProc
71 : mtx(MutexTypeGlobalProc, StatMtxGlobalProc)
100 gp->mtx.Lock();
110 gp->mtx.Unlock();
tsan_sync.h 32 Mutex mtx; member in struct:__tsan::SyncVar
46 // with the mtx. This reduces contention for hot sync objects.
tsan_interface_ann.cc 76 Mutex mtx; member in struct:__tsan::DynamicAnnContext
81 : mtx(MutexTypeAnnotations, StatMtxAnnotations) {
150 ReadLock lock(&dyn_ann_ctx->mtx);
183 Lock lock(&dyn_ann_ctx->mtx);
305 Lock lock(&dyn_ann_ctx->mtx);
352 Lock lock(&dyn_ann_ctx->mtx);
360 Lock lock(&dyn_ann_ctx->mtx);
  /external/deqp/framework/common/
tcuMatrix.hpp 86 Vector<T, Rows> operator* (const Matrix<T, Rows, Cols>& mtx, const Vector<T, Cols>& vec);
90 Vector<T, Cols> operator* (const Vector<T, Rows>& vec, const Matrix<T, Rows, Cols>& mtx);
461 Vector<T, Rows> operator* (const Matrix<T, Rows, Cols>& mtx, const Vector<T, Cols>& vec)
468 v += mtx(row,col) * vec.m_data[col];
476 Vector<T, Cols> operator* (const Vector<T, Rows>& vec, const Matrix<T, Rows, Cols>& mtx)
483 v += mtx(row,col) * vec.m_data[row];
528 Matrix<T, Rows, Cols> operator+ (const Matrix<T, Rows, Cols>& mtx, T scalar)
533 res(row, col) = mtx(row, col) + scalar;
538 Matrix<T, Rows, Cols> operator- (const Matrix<T, Rows, Cols>& mtx, T scalar)
543 res(row, col) = mtx(row, col) - scalar
    [all...]
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 122 pthread_mutex_t mtx; variable
350 pthread_mutex_lock(&mtx);
362 pthread_mutex_unlock(&mtx);
379 pthread_mutex_unlock(&mtx);
409 pthread_mutex_lock(&mtx);
413 pthread_cond_wait(&cond, &mtx);
420 pthread_mutex_unlock(&mtx);
430 pthread_mutex_lock(&mtx);
434 pthread_cond_wait(&cond, &mtx);
440 pthread_mutex_unlock(&mtx);
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
stress.c 89 pthread_mutex_t mtx, *pmtx; local
95 pmtx = &mtx;
  /external/jemalloc_new/include/jemalloc/internal/
extent_structs.h 176 malloc_mutex_t mtx; member in struct:extents_s
181 * Synchronization: mtx.
188 * Synchronization: mtx.
195 * Synchronization: mtx.
203 * must hold mtx, but reads need not (though, a reader who sees npages
  /external/jemalloc_new/src/
arena.c 175 #define READ_ARENA_MUTEX_PROF_DATA(mtx, ind) \
176 malloc_mutex_lock(tsdn, &arena->mtx); \
178 &arena->mtx); \
179 malloc_mutex_unlock(tsdn, &arena->mtx);
185 READ_ARENA_MUTEX_PROF_DATA(extents_dirty.mtx,
187 READ_ARENA_MUTEX_PROF_DATA(extents_muzzy.mtx,
189 READ_ARENA_MUTEX_PROF_DATA(extents_retained.mtx,
191 READ_ARENA_MUTEX_PROF_DATA(decay_dirty.mtx,
193 READ_ARENA_MUTEX_PROF_DATA(decay_muzzy.mtx,
195 READ_ARENA_MUTEX_PROF_DATA(base->mtx,
    [all...]
ctl.c 216 #define OP(mtx) MUTEX_STATS_CTL_PROTO_GEN(mutexes_##mtx)
221 #define OP(mtx) MUTEX_STATS_CTL_PROTO_GEN(arenas_i_mutexes_##mtx)
461 #define OP(mtx) MUTEX_PROF_DATA_NODE(arenas_i_mutexes_##mtx)
466 #define OP(mtx) {NAME(#mtx), CHILD(named, stats_arenas_i_mutexes_##mtx)},
513 #define OP(mtx) MUTEX_PROF_DATA_NODE(mutexes_##mtx
    [all...]
extent.c 206 malloc_mutex_lock(tsd_tsdn(tsd), &info->mtx);
210 malloc_mutex_unlock(tsd_tsdn(tsd), &info->mtx);
283 if (malloc_mutex_init(&extents->mtx, "extents", WITNESS_RANK_EXTENTS,
310 malloc_mutex_assert_owner(tsdn, &extents->mtx);
336 malloc_mutex_assert_owner(tsdn, &extents->mtx);
350 * As in extents_insert_locked, we hold extents->mtx and so don't need
466 malloc_mutex_assert_owner(tsdn, &extents->mtx);
553 malloc_mutex_lock(tsdn, &extents->mtx);
607 malloc_mutex_unlock(tsdn, &extents->mtx);
631 malloc_mutex_prefork(tsdn, &extents->mtx);
    [all...]
  /external/webp/src/enc/
quant_enc.c 591 const VP8Matrix* const mtx,
607 const int thresh = mtx->q_[1] * mtx->q_[1] / 4;
639 const uint32_t Q = mtx->q_[j];
640 const uint32_t iQ = mtx->iq_[j];
645 const uint32_t coeff0 = (sign ? -in[j] : in[j]) + mtx->sharpen_[j];
740 in[j] = out[n] * mtx->q_[j];
842 static int QuantizeSingle(int16_t* const v, const VP8Matrix* const mtx) {
846 if (V > (int)mtx->zthresh_[0]) {
847 const int qV = QUANTDIV(V, mtx->iq_[0], mtx->bias_[0]) * mtx->q_[0]
    [all...]
  /external/pdfium/third_party/lcms/include/
lcms2_plugin.h 638 typedef void (* _cmsDestroyMutexFnPtrType)(cmsContext ContextID, void* mtx);
639 typedef cmsBool (* _cmsLockMutexFnPtrType)(cmsContext ContextID, void* mtx);
640 typedef void (* _cmsUnlockMutexFnPtrType)(cmsContext ContextID, void* mtx);
653 CMSAPI void CMSEXPORT _cmsDestroyMutex(cmsContext ContextID, void* mtx);
654 CMSAPI cmsBool CMSEXPORT _cmsLockMutex(cmsContext ContextID, void* mtx);
655 CMSAPI void CMSEXPORT _cmsUnlockMutex(cmsContext ContextID, void* mtx);
  /external/u-boot/drivers/video/
stb_truetype.h 1393 float mtx[6] = {1,0,0,1,0,0}, m, n; local
    [all...]
  /external/adhd/cras/src/common/
cras_audio_format.h 157 void cras_channel_conv_matrix_destroy(float **mtx, size_t out_ch);
  /external/jemalloc_new/test/unit/
arena_reset.c 145 &background_thread_info[arena_ind % ncpus].mtx);
154 &background_thread_info[arena_ind % ncpus].mtx);
  /external/libcxxabi/src/
fallback_malloc.cpp 102 mutexor mtx(&heap_mutex);
140 mutexor mtx(&heap_mutex);
  /external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_posix.cc 92 pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; local
93 __interceptor_pthread_mutex_lock(&mtx);
94 __interceptor_pthread_mutex_unlock(&mtx);
95 __interceptor_pthread_mutex_destroy(&mtx);
  /external/mesa3d/src/loader/
loader_dri3_helper.h 166 mtx_t mtx; member in struct:loader_dri3_drawable

Completed in 1105 milliseconds

1 2 3 45 6