NTAPS_LUMA 250 source/common/constants.cpp const int16_t g_lumaFilter[4][NTAPS_LUMA] = NTAPS_LUMA 73 source/common/constants.h extern const int16_t g_lumaFilter[4][NTAPS_LUMA]; // Luma filter taps NTAPS_LUMA 293 source/common/predict.cpp ALIGN_VAR_32(int16_t, immed[MAX_CU_SIZE * (MAX_CU_SIZE + NTAPS_LUMA - 1)]); NTAPS_LUMA 295 source/common/predict.cpp int halfFilterSize = NTAPS_LUMA >> 1; NTAPS_LUMA 865 source/common/x86/asm-primitives.cpp ALIGN_VAR_32(int16_t, immed[MAX_CU_SIZE * (MAX_CU_SIZE + NTAPS_LUMA - 1)]); NTAPS_LUMA 866 source/common/x86/asm-primitives.cpp const int halfFilterSize = NTAPS_LUMA >> 1; NTAPS_LUMA 125 source/encoder/frameencoder.cpp range += NTAPS_LUMA / 2; /* subpel filter half-length */ NTAPS_LUMA 1633 source/encoder/motion.cpp ALIGN_VAR_32(int16_t, immed[MAX_CU_SIZE * (MAX_CU_SIZE + NTAPS_LUMA - 1)]);