OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CROP_WIDTH
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vpx_dsp/mips/
common_dspr2.h
22
#define
CROP_WIDTH
512
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_common_dspr2.h
25
#define
CROP_WIDTH
512
/external/libvpx/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c
14
#define
CROP_WIDTH
256
29
extern unsigned char ff_cropTbl[256 + 2 *
CROP_WIDTH
];
56
unsigned char *cm = ff_cropTbl +
CROP_WIDTH
;
filter_dspr2.c
17
#define
CROP_WIDTH
256
18
unsigned char ff_cropTbl[256 + 2 *
CROP_WIDTH
];
107
for (i = 0; i < 256; i++) ff_cropTbl[i +
CROP_WIDTH
] = i;
109
for (i = 0; i <
CROP_WIDTH
; i++)
112
ff_cropTbl[i +
CROP_WIDTH
+ 256] = 255;
134
unsigned char *cm = ff_cropTbl +
CROP_WIDTH
;
331
unsigned char *cm = ff_cropTbl +
CROP_WIDTH
;
630
unsigned char *cm = ff_cropTbl +
CROP_WIDTH
;
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
idctllm_dspr2.c
14
#define
CROP_WIDTH
256
29
extern unsigned char ff_cropTbl[256 + 2 *
CROP_WIDTH
];
56
unsigned char *cm = ff_cropTbl +
CROP_WIDTH
;
filter_dspr2.c
17
#define
CROP_WIDTH
256
18
unsigned char ff_cropTbl[256 + 2 *
CROP_WIDTH
];
107
for (i = 0; i < 256; i++) ff_cropTbl[i +
CROP_WIDTH
] = i;
109
for (i = 0; i <
CROP_WIDTH
; i++)
112
ff_cropTbl[i +
CROP_WIDTH
+ 256] = 255;
134
unsigned char *cm = ff_cropTbl +
CROP_WIDTH
;
331
unsigned char *cm = ff_cropTbl +
CROP_WIDTH
;
630
unsigned char *cm = ff_cropTbl +
CROP_WIDTH
;
[
all
...]
Completed in 559 milliseconds