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

  /external/libavc/common/x86/
ih264_iquant_itrans_recon_ssse3.c 395 __m128i temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
    [all...]
ih264_iquant_itrans_recon_dc_ssse3.c 245 __m128i temp1,temp2,temp3,temp4, temp5, temp6, temp7,temp8; local
302 temp8 = _mm_add_epi16(value_add, pred_r7);
319 sign_reg = _mm_cmpgt_epi16(temp8, zero_8x16b); // sign check
320 temp8 = _mm_and_si128(temp8, sign_reg);
329 temp8 = _mm_packus_epi16(temp8, zero_8x16b);
338 _mm_storel_epi64((__m128i *)(&pu1_out[7 * out_strd]), temp8);
  /external/webp/src/dsp/
enc_mips32.c 63 // TEMP0, TEMP4, TEMP8 and TEMP12 - registers for corresponding tmp elements
64 #define HORIZONTAL_PASS(A, B, C, D, TEMP0, TEMP4, TEMP8, TEMP12) \
66 "addu %[temp16], %["#TEMP0"], %["#TEMP8"] \n\t" \
67 "subu %[temp17], %["#TEMP0"], %["#TEMP8"] \n\t" \
69 "mul %["#TEMP8"], %["#TEMP12"], %[kC1] \n\t" \
73 "sra %["#TEMP8"], %["#TEMP8"], 16 \n\t" \
76 "subu %[temp18], %["#TEMP0"], %["#TEMP8"] \n\t" \
80 "subu %["#TEMP8"], %[temp17], %[temp18] \n\t" \
85 "sra %["#TEMP8"], %["#TEMP8"], 3 \n\t"
122 int temp7, temp8, temp9, temp10, temp11, temp12, temp13; local
362 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
477 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
    [all...]
dec_mips32.c 213 int temp5, temp6, temp7, temp8, temp9; local
223 "lh %[temp8], 16(%[in]) \n\t"
226 "addu %[temp16], %[temp0], %[temp8] \n\t"
227 "subu %[temp0], %[temp0], %[temp8] \n\t"
228 "mul %[temp8], %[temp4], %[kC2] \n\t"
236 "sra %[temp8], %[temp8], 16 \n\t"
244 "subu %[temp17], %[temp8], %[temp17] \n\t"
246 "addu %[temp8], %[temp16], %[temp4] \n\t"
292 "addiu %[temp8], %[temp8], 4 \n\t
    [all...]
  /external/webp/src/utils/
rescaler.c 204 const int temp8 = x_out_max << 2; local
214 "addu %[loop_end], %[frow_t], %[temp8] \n\t"
244 : [temp2]"r"(temp2), [yscale]"r"(yscale), [temp8]"r"(temp8)
  /frameworks/av/media/mtp/
MtpProperty.cpp 127 uint8_t temp8; local
132 if (!packet.getUInt8(temp8)) return false;
133 mWriteable = (temp8 == 1);
  /external/libhevc/common/x86/
ihevc_chroma_intra_pred_filters_ssse3_intr.c 560 __m128i temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; local
577 temp8 = _mm_set1_epi8(pu1_ref[(4 * nt) - 1 - 2 * (row + 3)]);
582 temp8 = _mm_unpacklo_epi8(temp7, temp8);
587 _mm_storeu_si128((__m128i *)(pu1_dst + ((row + 3) * dst_strd)), temp8);
605 temp8 = _mm_set1_epi8(pu1_ref[(4 * nt) - 1 - 2 * (row + 3)]);
610 temp8 = _mm_unpacklo_epi8(temp7, temp8);
621 _mm_storeu_si128((__m128i *)(pu1_dst + ((row + 3) * dst_strd) + 0), temp8);
622 _mm_storeu_si128((__m128i *)(pu1_dst + ((row + 3) * dst_strd) + 16), temp8);
    [all...]
ihevc_32x32_itrans_recon_sse42_intr.c 200 __m128i temp5, temp6, temp7, temp8; local
773 temp8 = m_temp_reg_35;
    [all...]
ihevc_itrans_recon_32x32_ssse3_intr.c 208 __m128i temp5, temp6, temp7, temp8; local
784 temp8 = m_temp_reg_35;
    [all...]

Completed in 300 milliseconds