OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:B_SIZE
(Results
1 - 12
of
12
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
post_proc_semaphore.cpp
57
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
block, i.e., q_block[n], n = 0,..., B_SIZE-1, *
[
all
...]
idct.cpp
141
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
* 0 + i] = a
[
all
...]
mb_motion_comp.cpp
271
if (xpred >= 0 && xpred <= ((width << 1) - (2*
B_SIZE
)) &&
272
ypred >= 0 && ypred <= ((height << 1) - (2*
B_SIZE
)))
292
xpred = (int)(((xpos +
B_SIZE
) << 1) + px[1]);
307
if (xpred >= 0 && xpred <= ((width << 1) - (2*
B_SIZE
)) &&
308
ypred >= 0 && ypred <= ((height << 1) - (2*
B_SIZE
)))
329
ypred = (int)(((ypos +
B_SIZE
) << 1) + py[2]);
343
if (xpred >= 0 && xpred <= ((width << 1) - (2*
B_SIZE
)) &&
344
ypred >= 0 && ypred <= ((height << 1) - (2*
B_SIZE
)))
365
xpred = (int)(((xpos +
B_SIZE
) << 1) + px[3]);
366
ypred = (int)(((ypos +
B_SIZE
) << 1) + py[3])
[
all
...]
get_pred_adv_b_add.cpp
96
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
; i > 0; i--
[
all
...]
mp4def.h
143
#define
B_SIZE
8
144
#define NCOEFF_BLOCK (
B_SIZE
*
B_SIZE
)
conceal.cpp
175
oscl_memcpy(u1, u2,
B_SIZE
);
178
oscl_memcpy(u1, u2,
B_SIZE
);
182
oscl_memcpy(v1, v2,
B_SIZE
);
185
oscl_memcpy(v1, v2,
B_SIZE
);
mb_utils.cpp
91
row =
B_SIZE
;
get_pred_outside.cpp
301
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 */
idct_vca.cpp
443
blk +=
B_SIZE
;
500
blk +=
B_SIZE
;
573
blk +=
B_SIZE
;
653
blk +=
B_SIZE
;
block_idct.cpp
729
blk +=
B_SIZE
;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp
213
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
) << 1) + mot[3].y)
[
all
...]
mp4def.h
215
#define
B_SIZE
8
216
#define NCOEFF_BLOCK (
B_SIZE
*
B_SIZE
)
Completed in 126 milliseconds