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

/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dsolve_LS_FIX.c125 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...]
H A Dprefilter_FIX.c99 opus_int32 tmp_32; local
137 tmp_32 = silk_SMLABB( SILK_FIX_CONST( INPUT_TILT, 26 ), psEncCtrl->HarmBoost_Q14[ k ], HarmShapeGain_Q12 ); /* Q26 */
138 tmp_32 = silk_SMLABB( tmp_32, psEncCtrl->coding_quality_Q14, SILK_FIX_CONST( HIGH_RATE_INPUT_TILT, 12 ) ); /* Q26 */
139 tmp_32 = silk_SMULWB( tmp_32, -psEncCtrl->GainsPre_Q14[ k ] ); /* Q24 */
140 tmp_32 = silk_RSHIFT_ROUND( tmp_32, 14 ); /* Q10 */
141 B_Q10[ 1 ]= silk_SAT16( tmp_32 );
/external/libopus/silk/fixed/
H A Dsolve_LS_FIX.c125 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...]
H A Dprefilter_FIX.c99 opus_int32 tmp_32; local
137 tmp_32 = silk_SMLABB( SILK_FIX_CONST( INPUT_TILT, 26 ), psEncCtrl->HarmBoost_Q14[ k ], HarmShapeGain_Q12 ); /* Q26 */
138 tmp_32 = silk_SMLABB( tmp_32, psEncCtrl->coding_quality_Q14, SILK_FIX_CONST( HIGH_RATE_INPUT_TILT, 12 ) ); /* Q26 */
139 tmp_32 = silk_SMULWB( tmp_32, -psEncCtrl->GainsPre_Q14[ k ] ); /* Q24 */
140 tmp_32 = silk_RSHIFT_ROUND( tmp_32, 14 ); /* Q10 */
141 B_Q10[ 1 ]= silk_SAT16( tmp_32 );
/external/chromium_org/third_party/libwebp/enc/
H A Diterator.c127 void VP8IteratorImport(VP8EncIterator* const it, uint8_t* tmp_32) { argument
143 if (tmp_32 == NULL) return;
161 it->y_top_ = tmp_32 + 0;
162 it->uv_top_ = tmp_32 + 16;
164 memset(tmp_32, 127, 32 * sizeof(*tmp_32));
166 ImportLine(ysrc - pic->y_stride, 1, tmp_32, w, 16);
167 ImportLine(usrc - pic->uv_stride, 1, tmp_32 + 16, uv_w, 8);
168 ImportLine(vsrc - pic->uv_stride, 1, tmp_32 + 16 + 8, uv_w, 8);
H A Dvp8enci.h327 // If tmp_32 is not NULL, import boundary samples too.
328 // tmp_32 is a 32-bytes scratch buffer that must be aligned in memory.
329 void VP8IteratorImport(VP8EncIterator* const it, uint8_t* tmp_32);
/external/webp/src/enc/
H A Diterator.c127 void VP8IteratorImport(VP8EncIterator* const it, uint8_t* tmp_32) { argument
143 if (tmp_32 == NULL) return;
161 it->y_top_ = tmp_32 + 0;
162 it->uv_top_ = tmp_32 + 16;
164 memset(tmp_32, 127, 32 * sizeof(*tmp_32));
166 ImportLine(ysrc - pic->y_stride, 1, tmp_32, w, 16);
167 ImportLine(usrc - pic->uv_stride, 1, tmp_32 + 16, uv_w, 8);
168 ImportLine(vsrc - pic->uv_stride, 1, tmp_32 + 16 + 8, uv_w, 8);
H A Dvp8enci.h327 // If tmp_32 is not NULL, import boundary samples too.
328 // tmp_32 is a 32-bytes scratch buffer that must be aligned in memory.
329 void VP8IteratorImport(VP8EncIterator* const it, uint8_t* tmp_32);

Completed in 698 milliseconds