Home
last modified time | relevance | path

Searched refs:CROP_WIDTH (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/mips/dspr2/
Dfilter_dspr2.c17 #define CROP_WIDTH 256 macro
18 unsigned char ff_cropTbl[256 + 2 * CROP_WIDTH];
107 for (i = 0; i < 256; i++) ff_cropTbl[i + CROP_WIDTH] = i; in dsputil_static_init()
109 for (i = 0; i < CROP_WIDTH; i++) in dsputil_static_init()
112 ff_cropTbl[i + CROP_WIDTH + 256] = 255; in dsputil_static_init()
134 unsigned char *cm = ff_cropTbl + CROP_WIDTH; in vp8_filter_block2d_first_pass_4()
331 unsigned char *cm = ff_cropTbl + CROP_WIDTH; in vp8_filter_block2d_first_pass_8_all()
630 unsigned char *cm = ff_cropTbl + CROP_WIDTH; in vp8_filter_block2d_first_pass16_6tap()
962 unsigned char *cm = ff_cropTbl + CROP_WIDTH; in vp8_filter_block2d_first_pass16_4tap()
1155 unsigned char *cm = ff_cropTbl + CROP_WIDTH; in vp8_filter_block2d_second_pass4()
[all …]
Didctllm_dspr2.c14 #define CROP_WIDTH 256 macro
29 extern unsigned char ff_cropTbl[256 + 2 * CROP_WIDTH];
56 unsigned char *cm = ff_cropTbl + CROP_WIDTH; in vp8_short_idct4x4llm_dspr2()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
Dvp9_convolve8_dspr2.c23 uint8_t vp9_ff_cropTbl_a[256 + 2 * CROP_WIDTH];
29 for (i = 0; i < 256; i++) vp9_ff_cropTbl_a[i + CROP_WIDTH] = i; in vp9_dsputil_static_init()
31 for (i = 0; i < CROP_WIDTH; i++) { in vp9_dsputil_static_init()
33 vp9_ff_cropTbl_a[i + CROP_WIDTH + 256] = 255; in vp9_dsputil_static_init()
36 vp9_ff_cropTbl = &vp9_ff_cropTbl_a[CROP_WIDTH]; in vp9_dsputil_static_init()
Dvp9_common_dspr2.h25 #define CROP_WIDTH 512 macro