Searched refs:get_scale_factor (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_direct.c | 37 static int get_scale_factor(H264SliceContext *sl, in get_scale_factor() function 75 get_scale_factor(sl, poc, poc1, i + 16); in ff_h264_direct_dist_scale_factor() 79 sl->dist_scale_factor[i] = get_scale_factor(sl, poc, poc1, i); in ff_h264_direct_dist_scale_factor()
|
/third_party/skia/src/core/ |
H A D | SkMatrix.cpp | 1446 template <MinMaxOrBoth MIN_MAX_OR_BOTH> bool get_scale_factor(SkMatrix::TypeMask typeMask, in get_scale_factor() function 1542 if (get_scale_factor<kMin_MinMaxOrBoth>(this->getType(), fMat, &factor)) { in getMinScale() 1551 if (get_scale_factor<kMax_MinMaxOrBoth>(this->getType(), fMat, &factor)) { in getMaxScale() 1559 return get_scale_factor<kBoth_MinMaxOrBoth>(this->getType(), fMat, scaleFactors); in getMinMaxScales()
|
Completed in 6 milliseconds