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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dpost_proc_semaphore.cpp57 1. When only the elements of the top row of the B_SIZE x B_SIZE block
58 (q_block[n], n = 0,..., B_SIZE-1) are non-zero, vertical blocking artifacts
61 2. When only the elements of the far left column of the B_SIZE x B_SIZE block
62 (q_block[n*B_SIZE], n = 0, ..., B_SIZE-1) are non-zero, horizontal blocking
66 q_block[1], or q_block[B_SIZE], the deringing bit is enabled. Otherwise,
145 /* the B_SIZE x B_SIZE bloc
[all...]
H A Didct.cpp141 for (i = B_SIZE - 1; i >= 0; i--)
145 r1 = blk[B_SIZE * 4 + i] << 11;
151 r2 = blk[B_SIZE * 6 + i];
152 r3 = blk[B_SIZE * 2 + i];
153 r4 = blk[B_SIZE * 1 + i];
154 r5 = blk[B_SIZE * 7 + i];
155 r6 = blk[B_SIZE * 5 + i];
156 r7 = blk[B_SIZE * 3 + i];
166 a = (blk[B_SIZE * 0 + i]) << 3;
167 tmpBLK32[B_SIZE *
[all...]
H A Dmb_motion_comp.cpp280 if (xpred >= 0 && xpred <= ((width << 1) - (2*B_SIZE)) &&
281 ypred >= 0 && ypred <= ((height << 1) - (2*B_SIZE)))
301 xpred = (int)(((xpos + B_SIZE) << 1) + px[1]);
316 if (xpred >= 0 && xpred <= ((width << 1) - (2*B_SIZE)) &&
317 ypred >= 0 && ypred <= ((height << 1) - (2*B_SIZE)))
338 ypred = (int)(((ypos + B_SIZE) << 1) + py[2]);
352 if (xpred >= 0 && xpred <= ((width << 1) - (2*B_SIZE)) &&
353 ypred >= 0 && ypred <= ((height << 1) - (2*B_SIZE)))
374 xpred = (int)(((xpos + B_SIZE) << 1) + px[3]);
375 ypred = (int)(((ypos + B_SIZE) <<
[all...]
H A Dget_pred_adv_b_add.cpp96 offset = width - B_SIZE; /* offset for prev */
104 for (i = B_SIZE; i > 0; i--)
116 for (i = B_SIZE; i > 0; i--)
138 for (i = B_SIZE; i > 0; i--)
161 for (i = B_SIZE; i > 0; i--)
198 offset = width - B_SIZE; /* offset for prev */
215 for (i = B_SIZE; i > 0; i--)
248 for (i = B_SIZE; i > 0; i--)
286 for (i = B_SIZE; i > 0; i--)
323 for (i = B_SIZE;
[all...]
H A Dmp4def.h143 #define B_SIZE 8 macro
144 #define NCOEFF_BLOCK (B_SIZE*B_SIZE)
H A Dconceal.cpp184 oscl_memcpy(u1, u2, B_SIZE);
187 oscl_memcpy(u1, u2, B_SIZE);
191 oscl_memcpy(v1, v2, B_SIZE);
194 oscl_memcpy(v1, v2, B_SIZE);
H A Dmb_utils.cpp91 row = B_SIZE;
H A Dget_pred_outside.cpp301 else if ((ypos >> 1) < (height - B_SIZE)) /* pad left of frame */
357 else if ((xpos >> 1) < (width - B_SIZE))
456 else if ((ypos >> 1) < (height - B_SIZE)) /* pad right of frame */
H A Didct_vca.cpp443 blk += B_SIZE;
500 blk += B_SIZE;
573 blk += B_SIZE;
653 blk += B_SIZE;
H A Dblock_idct.cpp729 blk += B_SIZE;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmotion_comp.cpp213 c_prev += B_SIZE;
214 c_rec += B_SIZE;
218 c_prev += (lx << 3) - B_SIZE;
219 c_rec += (16 << 3) - B_SIZE; /* padding */
223 c_prev += B_SIZE;
224 c_rec += B_SIZE;
257 c_rec += B_SIZE;
259 xpred = (Int)(((xpos + B_SIZE) << 1) + mot[2].x);
265 c_rec += (16 << 3) - B_SIZE; /* padding */
268 ypred = (Int)(((ypos + B_SIZE) <<
[all...]
H A Dmp4def.h215 #define B_SIZE 8 macro
216 #define NCOEFF_BLOCK (B_SIZE*B_SIZE)

Completed in 1321 milliseconds