HomeSort by relevance Sort by last modified time
    Searched refs:tmp_32 (Results 1 - 5 of 5) sorted by null

  /external/libopus/silk/fixed/
solve_LS_FIX.c 125 opus_int32 diag_min_value, tmp_32, err; local
137 tmp_32 = 0;
140 tmp_32 = silk_SMLAWW( tmp_32, v_Q0[ i ], ptr1[ i ] ); /* Q0 */
142 tmp_32 = silk_SUB32( matrix_ptr( A, j, j, M ), tmp_32 );
144 if( tmp_32 < diag_min_value ) {
145 tmp_32 = silk_SUB32( silk_SMULBB( loop_count + 1, diag_min_value ), tmp_32 );
148 matrix_ptr( A, i, i, M ) = silk_ADD32( matrix_ptr( A, i, i, M ), tmp_32 );
195 opus_int32 tmp_32; local
217 opus_int32 tmp_32; local
239 opus_int32 tmp_32; local
    [all...]
prefilter_FIX.c 109 opus_int32 tmp_32; local
147 tmp_32 = silk_SMLABB( SILK_FIX_CONST( INPUT_TILT, 26 ), psEncCtrl->HarmBoost_Q14[ k ], HarmShapeGain_Q12 ); /* Q26 */
148 tmp_32 = silk_SMLABB( tmp_32, psEncCtrl->coding_quality_Q14, SILK_FIX_CONST( HIGH_RATE_INPUT_TILT, 12 ) ); /* Q26 */
149 tmp_32 = silk_SMULWB( tmp_32, -psEncCtrl->GainsPre_Q14[ k ] ); /* Q24 */
150 tmp_32 = silk_RSHIFT_ROUND( tmp_32, 14 ); /* Q10 */
151 B_Q10[ 1 ]= silk_SAT16( tmp_32 );
  /external/webp/src/enc/
iterator_enc.c 124 void VP8IteratorImport(VP8EncIterator* const it, uint8_t* tmp_32) {
140 if (tmp_32 == NULL) return;
158 it->y_top_ = tmp_32 + 0;
159 it->uv_top_ = tmp_32 + 16;
161 memset(tmp_32, 127, 32 * sizeof(*tmp_32));
163 ImportLine(ysrc - pic->y_stride, 1, tmp_32, w, 16);
164 ImportLine(usrc - pic->uv_stride, 1, tmp_32 + 16, uv_w, 8);
165 ImportLine(vsrc - pic->uv_stride, 1, tmp_32 + 16 + 8, uv_w, 8);
vp8i_enc.h 270 // If tmp_32 is not NULL, import boundary samples too.
271 // tmp_32 is a 32-bytes scratch buffer that must be aligned in memory.
272 void VP8IteratorImport(VP8EncIterator* const it, uint8_t* tmp_32);
  /art/compiler/optimizing/
intrinsics_arm64.cc 1175 Register tmp_32 = tmp_value.W(); local
    [all...]

Completed in 1033 milliseconds