Home
last modified time | relevance | path

Searched refs:B_SIZE (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Didct.cpp141 for (i = B_SIZE - 1; i >= 0; i--) in idct_intra()
145 r1 = blk[B_SIZE * 4 + i] << 11; in idct_intra()
151 r2 = blk[B_SIZE * 6 + i]; in idct_intra()
152 r3 = blk[B_SIZE * 2 + i]; in idct_intra()
153 r4 = blk[B_SIZE * 1 + i]; in idct_intra()
154 r5 = blk[B_SIZE * 7 + i]; in idct_intra()
155 r6 = blk[B_SIZE * 5 + i]; in idct_intra()
156 r7 = blk[B_SIZE * 3 + i]; in idct_intra()
166 a = (blk[B_SIZE * 0 + i]) << 3; in idct_intra()
167 tmpBLK32[B_SIZE * 0 + i] = a; in idct_intra()
[all …]
Dpost_proc_semaphore.cpp157 for (i = 2; i < B_SIZE; i++) in PostProcSemaphore()
181 if (q_block[B_SIZE]) in PostProcSemaphore()
189 for (i = 16; i < NCOEFF_BLOCK; i += B_SIZE) in PostProcSemaphore()
214 for (i = 1; i < B_SIZE; i++) in PostProcSemaphore()
216 for (j = 1; j < B_SIZE; j++) in PostProcSemaphore()
232 i = B_SIZE; in PostProcSemaphore()
Dmb_motion_comp.cpp271 if (xpred >= 0 && xpred <= ((width << 1) - (2*B_SIZE)) && in MBMotionComp()
272 ypred >= 0 && ypred <= ((height << 1) - (2*B_SIZE))) in MBMotionComp()
292 xpred = (int)(((xpos + B_SIZE) << 1) + px[1]); in MBMotionComp()
307 if (xpred >= 0 && xpred <= ((width << 1) - (2*B_SIZE)) && in MBMotionComp()
308 ypred >= 0 && ypred <= ((height << 1) - (2*B_SIZE))) in MBMotionComp()
329 ypred = (int)(((ypos + B_SIZE) << 1) + py[2]); in MBMotionComp()
343 if (xpred >= 0 && xpred <= ((width << 1) - (2*B_SIZE)) && in MBMotionComp()
344 ypred >= 0 && ypred <= ((height << 1) - (2*B_SIZE))) in MBMotionComp()
365 xpred = (int)(((xpos + B_SIZE) << 1) + px[3]); in MBMotionComp()
366 ypred = (int)(((ypos + B_SIZE) << 1) + py[3]); in MBMotionComp()
[all …]
Dget_pred_adv_b_add.cpp96 offset = width - B_SIZE; /* offset for prev */ in GetPredAdvancedBy0x0()
104 for (i = B_SIZE; i > 0; i--) in GetPredAdvancedBy0x0()
116 for (i = B_SIZE; i > 0; i--) in GetPredAdvancedBy0x0()
138 for (i = B_SIZE; i > 0; i--) in GetPredAdvancedBy0x0()
161 for (i = B_SIZE; i > 0; i--) in GetPredAdvancedBy0x0()
198 offset = width - B_SIZE; /* offset for prev */ in GetPredAdvancedBy0x1()
215 for (i = B_SIZE; i > 0; i--) in GetPredAdvancedBy0x1()
248 for (i = B_SIZE; i > 0; i--) in GetPredAdvancedBy0x1()
286 for (i = B_SIZE; i > 0; i--) in GetPredAdvancedBy0x1()
323 for (i = B_SIZE; i > 0; i--) in GetPredAdvancedBy0x1()
[all …]
Dconceal.cpp180 oscl_memcpy(u1, u2, B_SIZE); in CopyVopMB()
183 oscl_memcpy(u1, u2, B_SIZE); in CopyVopMB()
187 oscl_memcpy(v1, v2, B_SIZE); in CopyVopMB()
190 oscl_memcpy(v1, v2, B_SIZE); in CopyVopMB()
Dmp4def.h143 #define B_SIZE 8 macro
144 #define NCOEFF_BLOCK (B_SIZE*B_SIZE)
Dget_pred_outside.cpp301 else if ((ypos >> 1) < (height - B_SIZE)) /* pad left of frame */ in GetPredOutside()
357 else if ((xpos >> 1) < (width - B_SIZE)) in GetPredOutside()
456 else if ((ypos >> 1) < (height - B_SIZE)) /* pad right of frame */ in GetPredOutside()
Didct_vca.cpp443 blk += B_SIZE; in idctrow1_intra()
500 blk += B_SIZE; in idctrow2_intra()
573 blk += B_SIZE; in idctrow3_intra()
653 blk += B_SIZE; in idctrow4_intra()
Dmb_utils.cpp91 row = B_SIZE; in PutSKIPPED_B()
Dblock_idct.cpp729 blk += B_SIZE; in idctrow_intra()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmotion_comp.cpp213 c_prev += B_SIZE; in EncPrediction_INTER()
214 c_rec += B_SIZE; in EncPrediction_INTER()
218 c_prev += (lx << 3) - B_SIZE; in EncPrediction_INTER()
219 c_rec += (16 << 3) - B_SIZE; /* padding */ in EncPrediction_INTER()
223 c_prev += B_SIZE; in EncPrediction_INTER()
224 c_rec += B_SIZE; in EncPrediction_INTER()
257 c_rec += B_SIZE; in EncPrediction_INTER4V()
259 xpred = (Int)(((xpos + B_SIZE) << 1) + mot[2].x); in EncPrediction_INTER4V()
265 c_rec += (16 << 3) - B_SIZE; /* padding */ in EncPrediction_INTER4V()
268 ypred = (Int)(((ypos + B_SIZE) << 1) + mot[3].y); in EncPrediction_INTER4V()
[all …]
Dmp4def.h215 #define B_SIZE 8 macro
216 #define NCOEFF_BLOCK (B_SIZE*B_SIZE)