Home
last modified time | relevance | path

Searched refs:best_format (Results 1 - 2 of 2) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_pick_best_endpoint_format.cpp758 * @param[out] best_format The output best color format.
768 uint8_t& best_format
801 best_format = FMT_RGBA;
805 best_format = FMT_LUMINANCE;
809 best_format = best_combined_format[ql][best_integer_count];
820 * @param best_format The best format for a single endpoint quant level and integer count.
826 const uint8_t best_format[2][21][4],
856 best_combined_format[quant][intcnt][0] = best_format[0][quant][i];
857 best_combined_format[quant][intcnt][1] = best_format[1][quant][j];
940 * @param best_format Th
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvaapi_decode.c288 enum AVPixelFormat source_format, best_format, format; in vaapi_decode_find_best_format() local
316 best_format = AV_PIX_FMT_NONE; in vaapi_decode_find_best_format()
336 best_format = av_find_best_pix_fmt_of_2(format, best_format, in vaapi_decode_find_best_format()
338 if (format == best_format) in vaapi_decode_find_best_format()
344 if (best_format == AV_PIX_FMT_NONE) { in vaapi_decode_find_best_format()
350 av_get_pix_fmt_name(best_format), best_fourcc, in vaapi_decode_find_best_format()
353 frames->sw_format = best_format; in vaapi_decode_find_best_format()

Completed in 4 milliseconds