/external/libjpeg-turbo/ |
D | turbojpeg.h | 679 #define TJSCALED(dimension, scalingFactor) \ argument 680 (((dimension) * scalingFactor.num + scalingFactor.denom - 1) / \ 681 scalingFactor.denom)
|
/external/flatbuffers/benchmarks/swift/Benchmarks/FlatbuffersBenchmarks/ |
D | FlatbuffersBenchmarks.swift | 56 scalingFactor: .one, 62 scalingFactor: .kilo, 68 scalingFactor: .mega,
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
D | SyncSampleIntersectFinderImpl.java | 276 final long scalingFactor = calculateTracktimesScalingFactor(m, track); in getTimes() local 280 syncSampleTimes[currentSyncSampleIndex++] = currentDuration * scalingFactor; in getTimes()
|
/external/intel-media-driver/media_driver/agnostic/common/codec/hal/ |
D | codechal_kernel_hme.cpp | 200 …uint32_t scalingFactor = m_32xMeInUse ? scalingFactor32X : m_16xMeInUse ? scalingFactor16X : scali… in InitWalkerCodecParams() local 201 uint32_t xResolution = CODECHAL_GET_WIDTH_IN_MACROBLOCKS(m_frameWidth / scalingFactor); in InitWalkerCodecParams() 202 uint32_t yResolution = CODECHAL_GET_HEIGHT_IN_MACROBLOCKS(m_frameFieldHeight / scalingFactor); in InitWalkerCodecParams()
|
D | codechal_encoder_base.cpp | 2083 uint32_t scalingFactor = (hmeLevel == HME_LEVEL_32x) ? SCALE_FACTOR_32x : in ExecuteMeKernel() local 2086 uint32_t resolutionX = CODECHAL_GET_WIDTH_IN_MACROBLOCKS(m_frameWidth / scalingFactor); in ExecuteMeKernel() 2087 uint32_t resolutionY = CODECHAL_GET_HEIGHT_IN_MACROBLOCKS(m_frameFieldHeight / scalingFactor); in ExecuteMeKernel()
|
D | codechal_encode_avc_base.cpp | 3075 …uint32_t scalingFactor = (hmeLevel == HME_LEVEL_32x) ? SCALE_FACTOR_32x : (hmeLevel == HME_LEVEL_1… in EncodeMeKernel() local 3077 uint32_t resolutionX = CODECHAL_GET_WIDTH_IN_MACROBLOCKS(m_frameWidth / scalingFactor); in EncodeMeKernel() 3078 uint32_t resolutionY = CODECHAL_GET_HEIGHT_IN_MACROBLOCKS(m_frameFieldHeight / scalingFactor); in EncodeMeKernel()
|
D | codechal_vdenc_vp9_base.cpp | 3361 uint32_t scalingFactor = (state->b16xMeInUse) ? SCALE_FACTOR_16x : SCALE_FACTOR_4x; in VdencHmeKernel() local 3372 uint32_t resolutionX = CODECHAL_GET_WIDTH_IN_MACROBLOCKS(m_frameWidth / scalingFactor); in VdencHmeKernel() 3373 uint32_t resolutionY = CODECHAL_GET_HEIGHT_IN_MACROBLOCKS(m_frameFieldHeight / scalingFactor); in VdencHmeKernel()
|
/external/mesa3d/src/amd/vpelib/src/core/ |
D | color_cs.c | 555 unsigned int maxIntegerBits, struct fixed31_32 *scalingFactor) in vpe_scale_csc_matrix() argument 565 (*scalingFactor) = vpe_fixpt_one; // by default this is initialized to one in vpe_scale_csc_matrix() 584 (*scalingFactor) = divisionFactor; in vpe_scale_csc_matrix()
|
/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/ |
D | codechal_kernel_hme_mdf_g12.cpp | 215 …uint32_t scalingFactor = m_32xMeInUse ? scalingFactor32X : m_16xMeInUse ? scalingFactor16X : scali… in Execute() local 216 uint32_t xResolution = CODECHAL_GET_WIDTH_IN_MACROBLOCKS(m_frameWidth / scalingFactor); in Execute() 217 uint32_t yResolution = CODECHAL_GET_HEIGHT_IN_MACROBLOCKS(m_frameHeight / scalingFactor); in Execute()
|
D | codechal_vdenc_vp9_g12.cpp | 1899 uint32_t scalingFactor = (hmeLevel == HME_LEVEL_32x) ? SCALE_FACTOR_32x : in ExecuteMeKernel() local 1902 uint32_t resolutionX = CODECHAL_GET_WIDTH_IN_MACROBLOCKS(m_frameWidth / scalingFactor); in ExecuteMeKernel() 1903 uint32_t resolutionY = CODECHAL_GET_HEIGHT_IN_MACROBLOCKS(m_frameFieldHeight / scalingFactor); in ExecuteMeKernel()
|
D | codechal_vdenc_hevc_g12.cpp | 5714 uint32_t scalingFactor = (hmeLevel == HME_LEVEL_32x) ? SCALE_FACTOR_32x : in EncodeMeKernel() local 5717 uint32_t resolutionX = CODECHAL_GET_WIDTH_IN_MACROBLOCKS(m_frameWidth / scalingFactor); in EncodeMeKernel() 5718 uint32_t resolutionY = CODECHAL_GET_HEIGHT_IN_MACROBLOCKS(m_frameFieldHeight / scalingFactor); in EncodeMeKernel()
|
/external/intel-media-driver/media_driver/agnostic/gen11/codec/hal/ |
D | codechal_vdenc_vp9_g11.cpp | 1483 …uint32_t scalingFactor = (hmeLevel == HME_LEVEL_32x) ? SCALE_FACTOR_32x : (hmeLevel == HME_LEVEL_1… in ExecuteMeKernel() local 1485 uint32_t resolutionX = CODECHAL_GET_WIDTH_IN_MACROBLOCKS(m_frameWidth / scalingFactor); in ExecuteMeKernel() 1486 uint32_t resolutionY = CODECHAL_GET_HEIGHT_IN_MACROBLOCKS(m_frameFieldHeight / scalingFactor); in ExecuteMeKernel()
|
D | codechal_vdenc_hevc_g11.cpp | 4023 uint32_t scalingFactor = (hmeLevel == HME_LEVEL_32x) ? SCALE_FACTOR_32x : in EncodeMeKernel() local 4026 uint32_t resolutionX = CODECHAL_GET_WIDTH_IN_MACROBLOCKS(m_frameWidth / scalingFactor); in EncodeMeKernel() 4027 uint32_t resolutionY = CODECHAL_GET_HEIGHT_IN_MACROBLOCKS(m_frameFieldHeight / scalingFactor); in EncodeMeKernel()
|