Searched refs:B_SIZE (Results 1 – 11 of 11) sorted by relevance
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()229 for (i = 0 ; i < B_SIZE; i++) in idct_intra()374 r2 = blk[B_SIZE * 6 + i]; in idct()375 r3 = blk[B_SIZE * 2 + i]; in idct()376 r4 = blk[B_SIZE * 1 + i]; in idct()[all …]
272 if (xpred >= 0 && xpred <= ((width << 1) - (2*B_SIZE)) && in MBMotionComp()273 ypred >= 0 && ypred <= ((height << 1) - (2*B_SIZE))) in MBMotionComp()293 xpred = (int)(((xpos + B_SIZE) << 1) + px[1]); in MBMotionComp()308 if (xpred >= 0 && xpred <= ((width << 1) - (2*B_SIZE)) && in MBMotionComp()309 ypred >= 0 && ypred <= ((height << 1) - (2*B_SIZE))) in MBMotionComp()330 ypred = (int)(((ypos + B_SIZE) << 1) + py[2]); in MBMotionComp()344 if (xpred >= 0 && xpred <= ((width << 1) - (2*B_SIZE)) && in MBMotionComp()366 xpred = (int)(((xpos + B_SIZE) << 1) + px[3]); in MBMotionComp()367 ypred = (int)(((ypos + B_SIZE) << 1) + py[3]); in MBMotionComp()381 if (xpred >= 0 && xpred <= ((width << 1) - (2*B_SIZE)) && in MBMotionComp()[all …]
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()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()893 for (i = B_SIZE; i > 0; i--) in GetPredAdvancedBy1x1()964 for (i = B_SIZE; i > 0; i--) in GetPredAdvancedBy1x1()1042 for (i = B_SIZE; i > 0; i--) in GetPredAdvancedBy1x1()[all …]
184 oscl_memcpy(u1, u2, B_SIZE); in CopyVopMB()187 oscl_memcpy(u1, u2, B_SIZE); in CopyVopMB()191 oscl_memcpy(v1, v2, B_SIZE); in CopyVopMB()194 oscl_memcpy(v1, v2, B_SIZE); in CopyVopMB()
143 #define B_SIZE 8 macro144 #define NCOEFF_BLOCK (B_SIZE*B_SIZE)
301 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()
450 blk += B_SIZE; in idctrow1_intra()508 blk += B_SIZE; in idctrow2_intra()582 blk += B_SIZE; in idctrow3_intra()663 blk += B_SIZE; in idctrow4_intra()
91 row = B_SIZE; in PutSKIPPED_B()
731 blk += B_SIZE; in idctrow_intra()
213 c_prev += B_SIZE; in EncPrediction_INTER()214 c_rec += B_SIZE; 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()273 c_rec += B_SIZE; in EncPrediction_INTER4V()1729 row = B_SIZE; in Copy_MB_from_Vop()1771 row = B_SIZE; in Copy_B_from_Vop()1774 col = B_SIZE; in Copy_B_from_Vop()1809 row = B_SIZE; in Copy_MB_into_Vop()[all …]
215 #define B_SIZE 8 macro216 #define NCOEFF_BLOCK (B_SIZE*B_SIZE)