x265_api_get 38 source/encoder/api.cpp const x265_api* x265_api_get(int bitDepth); x265_api_get 45 source/encoder/api.cpp const x265_api* x265_api_get(int bitDepth); x265_api_get 52 source/encoder/api.cpp const x265_api* x265_api_get(int bitDepth); x265_api_get 298 source/encoder/api.cpp const x265_api * api = x265_api_get(0); x265_api_get 432 source/encoder/api.cpp if (bitDepth == 8) return x265_8bit::x265_api_get(0); x265_api_get 435 source/encoder/api.cpp if (bitDepth == 10) return x265_10bit::x265_api_get(0); x265_api_get 438 source/encoder/api.cpp if (bitDepth == 12) return x265_12bit::x265_api_get(0); x265_api_get 207 source/x265.cpp api = x265_api_get(outputBitDepth); x265_api_get 211 source/x265.cpp api = x265_api_get(0); x265_api_get 1750 source/x265.h const x265_api* x265_api_get(int bitDepth);