OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLK_SIZE
(Results
1 - 19
of
19
) sorted by null
/external/libmpeg2/common/
impeg2_mem_func.c
79
for(j =
BLK_SIZE
; j > 0; j--)
81
memset(pu1_dst, u4_dc_val,
BLK_SIZE
);
impeg2_inter_pred.c
267
for(i = 0; i <
BLK_SIZE
; i++)
269
for(j = 0; j <
BLK_SIZE
; j++)
276
pu1_ref_p0 += u4_ref_wid -
BLK_SIZE
;
277
pu1_ref_p1 += u4_ref_wid -
BLK_SIZE
;
278
pu1_ref_p2 += u4_ref_wid -
BLK_SIZE
;
279
pu1_ref_p3 += u4_ref_wid -
BLK_SIZE
;
281
pu1_out += u4_out_wid -
BLK_SIZE
;
337
for(i = 0; i <
BLK_SIZE
; i++)
339
for(j = 0; j <
BLK_SIZE
; j++)
344
pu1_ref_p0 += u4_ref_wid -
BLK_SIZE
;
[
all
...]
impeg2_defs.h
134
#define
BLK_SIZE
8
135
#define NUM_COEFFS ((
BLK_SIZE
)*(
BLK_SIZE
))
136
#define LUMA_BLK_SIZE (2 * (
BLK_SIZE
))
137
#define CHROMA_BLK_SIZE (
BLK_SIZE
)
/external/libmpeg2/decoder/
impeg2d_mc.c
[
all
...]
impeg2d_d_pic.c
38
#define
BLK_SIZE
8
39
#define LUMA_BLK_SIZE (2 * (
BLK_SIZE
))
40
#define CHROMA_BLK_SIZE (
BLK_SIZE
)
impeg2d_pnb_pic.c
47
#define
BLK_SIZE
8
48
#define LUMA_BLK_SIZE (2 * (
BLK_SIZE
))
49
#define CHROMA_BLK_SIZE (
BLK_SIZE
)
/external/fio/tools/
genfio
22
BLK_SIZE
=
136
[$TYPE-$PRINTABLE_DISK-$
BLK_SIZE
-seq]
138
bs=$
BLK_SIZE
141
write_bw_log=${PREFIX_FILENAME}$SHORT_HOSTNAME-$
BLK_SIZE
-$PRINTABLE_DISK-$TYPE-seq.results
142
write_iops_log=${PREFIX_FILENAME}$SHORT_HOSTNAME-$
BLK_SIZE
-$PRINTABLE_DISK-$TYPE-seq.results
163
[$TYPE-$PRINTABLE_DISK-$
BLK_SIZE
-para]
164
bs=$
BLK_SIZE
175
write_bw_log=${PREFIX_FILENAME}$SHORT_HOSTNAME-$
BLK_SIZE
-$PRINTABLE_DISK-$TYPE-para.results
176
write_iops_log=${PREFIX_FILENAME}$SHORT_HOSTNAME-$
BLK_SIZE
-$PRINTABLE_DISK-$TYPE-para.results
340
for
BLK_SIZE
in $(echo $BLOCK_SIZE | tr "," " "); d
[
all
...]
/external/libavc/common/
ih264_luma_intra_pred_filters.c
138
pu1_top = pu1_src +
BLK_SIZE
+ 1;
189
pu1_left = pu1_src +
BLK_SIZE
- 1;
244
pu1_top = pu1_src +
BLK_SIZE
+ 1;
245
pu1_left = pu1_src +
BLK_SIZE
- 1;
313
pu1_top = pu1_src +
BLK_SIZE
+ 1;
383
pu1_top = pu1_src +
BLK_SIZE
+ 1;
384
pu1_left = pu1_src +
BLK_SIZE
- 1;
385
pu1_topleft = pu1_src +
BLK_SIZE
;
457
pu1_top = pu1_src +
BLK_SIZE
+ 1;
458
pu1_left = pu1_src +
BLK_SIZE
- 1
[
all
...]
ih264_defs.h
499
#define
BLK_SIZE
4
/external/libavc/decoder/
ih264d_defs.h
265
#define
BLK_SIZE
4
537
#define
BLK_SIZE
4
ih264d_process_pslice.c
613
UWORD8 *pu1_pred_sblk = pu1_rec_y + ((i & 0x3) *
BLK_SIZE
)
723
+ ((i & 0x1) *
BLK_SIZE
* YUV420SP_FACTOR)
765
+ ((i & 0x1) *
BLK_SIZE
* YUV420SP_FACTOR)
[
all
...]
ih264d_process_intra_mb.c
[
all
...]
/external/libavc/common/x86/
ih264_luma_intra_pred_filters_ssse3.c
130
pu1_top = pu1_src +
BLK_SIZE
+ 1;
189
pu1_left = pu1_src +
BLK_SIZE
- 1;
257
pu1_top = pu1_src +
BLK_SIZE
+ 1;
258
pu1_left = pu1_src +
BLK_SIZE
- 1;
336
pu1_top = pu1_src +
BLK_SIZE
+ 1;
422
pu1_left = pu1_src +
BLK_SIZE
- 1;
509
pu1_left = pu1_src +
BLK_SIZE
- 1;
603
pu1_left = pu1_src +
BLK_SIZE
- 1;
697
pu1_top = pu1_src +
BLK_SIZE
+ 1;
787
pu1_left = pu1_src +
BLK_SIZE
- 1
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_PredictIntraChroma_8x8_s.s
58
BLK_SIZE
EQU 0x8
147
MOV y, #
BLK_SIZE
;// Outer Loop Count
470
MOV outerCount, #
BLK_SIZE
;// Outer Loop Count
omxVCM4P10_PredictIntra_16x16_s.s
46
BLK_SIZE
EQU 0x10
143
MOV y, #
BLK_SIZE
;// Outer Loop Count
323
MOV y, #
BLK_SIZE
;// Outer Loop Count
omxVCM4P10_PredictIntra_4x4_s.s
52
BLK_SIZE
EQU 0x8
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_PredictIntra_16x16_s.s
53
BLK_SIZE
EQU 0x10
202
MOV y, #
BLK_SIZE
;// Outer Loop Count
/external/libavc/encoder/
ih264e_core_coding.c
[
all
...]
ih264e_api.c
[
all
...]
Completed in 443 milliseconds