Home
last modified time | relevance | path

Searched refs:R0 (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dp_med_ol.c42 Word32 i, j, max, R0, R1, R2; in Pitch_med_ol() local
60 R0 = 0; in Pitch_med_ol()
65 R0 += vo_L_mult((*p1++), (*p2++)); in Pitch_med_ol()
66 R0 += vo_L_mult((*p1++), (*p2++)); in Pitch_med_ol()
67 R0 += vo_L_mult((*p1++), (*p2++)); in Pitch_med_ol()
68 R0 += vo_L_mult((*p1++), (*p2++)); in Pitch_med_ol()
71 hi = R0>>16; in Pitch_med_ol()
72 lo = (R0 & 0xffff)>>1; in Pitch_med_ol()
74 R0 = Mpy_32_16(hi, lo, *ww); in Pitch_med_ol()
80 hi = R0>>16; in Pitch_med_ol()
[all …]
/frameworks/av/media/libstagefright/codecs/avc/common/src/
Ddeblock.cpp1090 int L2 = 0, L1, L0, R0, R1, R2 = 0, RL0; in EdgeLoop_Luma_horizontal() local
1097 R0 = SrcPtr[0]; in EdgeLoop_Luma_horizontal()
1103 tmp1 = R0 - R1; in EdgeLoop_Luma_horizontal()
1113 AbsDelta = R0 - L0; in EdgeLoop_Luma_horizontal()
1124 tmp = R0 - R2; in EdgeLoop_Luma_horizontal()
1135 tmp = R1 + R0 + L0; in EdgeLoop_Luma_horizontal()
1142 SrcPtr[0] = ((R1 << 1) + R0 + L1 + 2) >> 2; in EdgeLoop_Luma_horizontal()
1146 tmp = L1 + R0 + L0; in EdgeLoop_Luma_horizontal()
1170 R0 = SrcPtr[0]; in EdgeLoop_Luma_horizontal()
1176 tmp1 = R0 - L0; in EdgeLoop_Luma_horizontal()
[all …]
/frameworks/compile/libbcc/helper/
Dsha1.c125 #define R0(v,w,x,y,z,i) z+=((w&(x^y))^y)+blk0(i)+0x5A827999+rol(v,5);w=rol(w,30); macro
157 R0(a,b,c,d,e, 0); R0(e,a,b,c,d, 1); R0(d,e,a,b,c, 2); in SHA1Transform()
158 R0(c,d,e,a,b, 3); R0(b,c,d,e,a, 4); R0(a,b,c,d,e, 5); in SHA1Transform()
159 R0(e,a,b,c,d, 6); R0(d,e,a,b,c, 7); R0(c,d,e,a,b, 8); in SHA1Transform()
160 R0(b,c,d,e,a, 9); R0(a,b,c,d,e,10); R0(e,a,b,c,d,11); in SHA1Transform()
161 R0(d,e,a,b,c,12); R0(c,d,e,a,b,13); R0(b,c,d,e,a,14); in SHA1Transform()
162 R0(a,b,c,d,e,15); R1(e,a,b,c,d,16); R1(d,e,a,b,c,17); in SHA1Transform()
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Dintra_est.cpp734 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2; in blk_intra4x4_search() local
868 R0 = (P_K + P_L + 1) >> 1; in blk_intra4x4_search()
871 temp |= (R0 << 16); in blk_intra4x4_search()
877 temp = R0 | (D0 << 8); in blk_intra4x4_search()
1057 R0 = P_B + P_C + 1; in blk_intra4x4_search()
1063 Q1 = (Q0 + R0) >> 2; in blk_intra4x4_search()
1064 R1 = (R0 + S0) >> 2; in blk_intra4x4_search()
1068 R0 >>= 1; in blk_intra4x4_search()
1076 temp |= (R0 << 16); //[P2 P0 Q0 R0] in blk_intra4x4_search()
1087 temp |= (R0 << 24); in blk_intra4x4_search()
[all …]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
DDeemph_32_opt.s26 @x_hi RN R0
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
DDeemph_32_neon.s26 @x_hi RN R0