Searched refs:CROP_WIDTH (Results 1 – 6 of 6) sorted by relevance
14 uint8_t vpx_ff_cropTbl_a[256 + 2 * CROP_WIDTH];20 for (i = 0; i < 256; i++) vpx_ff_cropTbl_a[i + CROP_WIDTH] = i; in vpx_dsputil_static_init()22 for (i = 0; i < CROP_WIDTH; i++) { in vpx_dsputil_static_init()24 vpx_ff_cropTbl_a[i + CROP_WIDTH + 256] = 255; in vpx_dsputil_static_init()27 vpx_ff_cropTbl = &vpx_ff_cropTbl_a[CROP_WIDTH]; in vpx_dsputil_static_init()
22 #define CROP_WIDTH 512 macro
15 uint8_t aom_ff_cropTbl_a[256 + 2 * CROP_WIDTH];21 for (i = 0; i < 256; i++) aom_ff_cropTbl_a[i + CROP_WIDTH] = i; in aom_dsputil_static_init()23 for (i = 0; i < CROP_WIDTH; i++) { in aom_dsputil_static_init()25 aom_ff_cropTbl_a[i + CROP_WIDTH + 256] = 255; in aom_dsputil_static_init()28 aom_ff_cropTbl = &aom_ff_cropTbl_a[CROP_WIDTH]; in aom_dsputil_static_init()
25 #define CROP_WIDTH 512 macro
16 #define CROP_WIDTH 256 macro17 unsigned char ff_cropTbl[256 + 2 * CROP_WIDTH];88 for (i = 0; i < 256; ++i) ff_cropTbl[i + CROP_WIDTH] = i; in dsputil_static_init()90 for (i = 0; i < CROP_WIDTH; ++i) { in dsputil_static_init()92 ff_cropTbl[i + CROP_WIDTH + 256] = 255; in dsputil_static_init()109 unsigned char *cm = ff_cropTbl + CROP_WIDTH; in vp8_filter_block2d_first_pass_4()289 unsigned char *cm = ff_cropTbl + CROP_WIDTH; in vp8_filter_block2d_first_pass_8_all()566 unsigned char *cm = ff_cropTbl + CROP_WIDTH; in vp8_filter_block2d_first_pass16_6tap()871 unsigned char *cm = ff_cropTbl + CROP_WIDTH; in vp8_filter_block2d_first_pass16_4tap()1123 unsigned char *cm = ff_cropTbl + CROP_WIDTH; in vp8_filter_block2d_second_pass4()[all …]
14 #define CROP_WIDTH 256 macro29 extern unsigned char ff_cropTbl[256 + 2 * CROP_WIDTH];50 unsigned char *cm = ff_cropTbl + CROP_WIDTH; in vp8_short_idct4x4llm_dspr2()