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

1 2 3 45 6

  /hardware/intel/img/psb_video/src/
pnw_hostheader.h 32 * Description DMA code for mtx Platform : Generic
psb_cmdbuf.h 60 /* MTX msg */
psb_cmdbuf.c     [all...]
tng_hostheader.h 33 * Description DMA code for mtx Platform : Generic
tng_cmdbuf.c 185 /* create JPEG MTX setup buffer */
193 /* create JPEG MTX setup interface buffer */
tng_MPEG4ES.c 299 drv_debug_msg(VIDEO_DEBUG_GENERAL, "******** HOST FIRMWARE ROUTINES TO PASS HEADERS AND TOKENS TO MTX******\n");
tng_hostcode.h 209 IMG_UINT32 data_saving_buf_size; /*MTX RAM size - Firmware Size. Maximum value is 64K*/
tng_enc_trace.c 112 static IMG_MTX_VIDEO_CONTEXT *mtx_ctx = NULL; /* MTX context */
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h 70 #define SleepConditionVariableCS(cond, mtx, time) SleepXPConditionVariable(cond, mtx)
418 struct mtx {int dummy;}; struct
440 * uknown type of struct mtx for sb_mtx in struct sockbuf */
466 /* #include <net/if_var.h> was a 0 byte file. causes struct mtx redefinition */
    [all...]
sctp_structs.h 130 struct mtx core_mtx;
131 struct mtx que_mtx;
185 struct mtx ipi_iterator_wq_mtx;
186 struct mtx it_mtx;
    [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/chromium_org/third_party/libwebp/dsp/
enc_mips32.c 194 const VP8Matrix* const mtx) {
201 const uint16_t* ppsharpen = &mtx->sharpen_[0];
202 const uint32_t* ppzthresh = &mtx->zthresh_[0];
203 const uint16_t* ppq = &mtx->q_[0];
204 const uint16_t* ppiq = &mtx->iq_[0];
205 const uint32_t* ppbias = &mtx->bias_[0];
    [all...]
  /external/webp/src/dsp/
enc_mips32.c 194 const VP8Matrix* const mtx) {
201 const uint16_t* ppsharpen = &mtx->sharpen_[0];
202 const uint32_t* ppzthresh = &mtx->zthresh_[0];
203 const uint16_t* ppq = &mtx->q_[0];
204 const uint16_t* ppiq = &mtx->iq_[0];
205 const uint32_t* ppbias = &mtx->bias_[0];
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java 302 float[] mtx = Matrix_Delegate.getSkew(kx, ky); local
303 AffineTransform matrixTx = Matrix_Delegate.getAffineTransform(mtx);
807 final AffineTransform mtx = matrixDelegate.getAffineTransform(); local
818 graphics.drawImage(image, mtx, null);
    [all...]
Matrix_Delegate.java 731 private static void reset(float[] mtx) {
734 mtx[k] = ((i==j) ? 1 : 0);
    [all...]
  /hardware/invensense/60xx/mlsdk/mllite/
ml.c 112 unsigned short inv_orientation_matrix_to_scalar(const signed char *mtx);
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/
ml_math_func.c 578 * @param[in] mtx Orientation matrix to convert to a scalar.
586 unsigned short inv_orientation_matrix_to_scalar(const signed char *mtx)
600 scalar = inv_row_2_scale(mtx);
601 scalar |= inv_row_2_scale(mtx + 3) << 3;
602 scalar |= inv_row_2_scale(mtx + 6) << 6;
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.c 578 * @param[in] mtx Orientation matrix to convert to a scalar.
586 unsigned short inv_orientation_matrix_to_scalar(const signed char *mtx)
600 scalar = inv_row_2_scale(mtx);
601 scalar |= inv_row_2_scale(mtx + 3) << 3;
602 scalar |= inv_row_2_scale(mtx + 6) << 6;
  /external/chromium_org/third_party/libwebp/enc/
quant.c 553 const VP8Matrix* const mtx,
568 const int thresh = mtx->q_[1] * mtx->q_[1] / 4;
600 const uint32_t Q = mtx->q_[j];
601 const uint32_t iQ = mtx->iq_[j];
606 const uint32_t coeff0 = (sign ? -in[j] : in[j]) + mtx->sharpen_[j];
702 in[j] = out[n] * mtx->q_[j];
    [all...]
  /external/webp/src/enc/
quant.c 553 const VP8Matrix* const mtx,
568 const int thresh = mtx->q_[1] * mtx->q_[1] / 4;
600 const uint32_t Q = mtx->q_[j];
601 const uint32_t iQ = mtx->iq_[j];
606 const uint32_t coeff0 = (sign ? -in[j] : in[j]) + mtx->sharpen_[j];
702 in[j] = out[n] * mtx->q_[j];
    [all...]
  /external/clang/www/analyzer/
alpha_checks.html 676 pthread_mutex_t mtx;
679 pthread_mutex_lock(&mtx);
680 pthread_mutex_lock(&mtx);
  /external/jemalloc/
Makefile.in 109 C_TESTLIB_SRCS := $(srcroot)test/src/math.c $(srcroot)test/src/mtx.c \
120 $(srcroot)test/unit/mtx.c \
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 683 AffineTransform mtx = getTransform(); local
685 layer.getGraphics().setTransform(mtx);
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test.h 436 Rect getCrop(sp<GraphicBuffer> &buffer, const float *mtx);
  /frameworks/native/libs/gui/
GLConsumer.cpp 725 void GLConsumer::getTransformMatrix(float mtx[16]) {
727 memcpy(mtx, mCurrentTransformMatrix, sizeof(mCurrentTransformMatrix));
    [all...]

Completed in 1238 milliseconds

1 2 3 45 6