Searched refs:max16 (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | texturedspenc.c | 356 uint16_t min16, max16; in refine_colors() local 382 max16 = (match5[r][0] << 11) | (match6[g][0] << 5) | match5[b][0]; in refine_colors() 425 max16 = av_clip_uintp2((at1_r * yy - at2_r * xy) * fr + 0.5f, 5) << 11; in refine_colors() 426 max16 |= av_clip_uintp2((at1_g * yy - at2_g * xy) * fg + 0.5f, 6) << 5; in refine_colors() 427 max16 |= av_clip_uintp2((at1_b * yy - at2_b * xy) * fb + 0.5f, 5) << 0; in refine_colors() 435 *pmax16 = max16; in refine_colors() 436 return oldMin != min16 || oldMax != max16; in refine_colors() 456 uint16_t max16, min16; in compress_color() local 465 max16 = (match5[r][0] << 11) | (match6[g][0] << 5) | match5[b][0]; in compress_color() 471 optimize_colors(block, stride, &max16, &min16); in compress_color() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | gstuvch264_src.c | 1262 guint16 min16, def16, max16; in gst_uvc_h264_src_get_enum_setting() local 1267 &min16, &def16, &max16); in gst_uvc_h264_src_get_enum_setting() 1271 for (en16 = min16; en16 <= max16; en16++) { in gst_uvc_h264_src_get_enum_setting() 1372 guint16 min16, def16, max16; in gst_uvc_h264_src_get_int_setting() local 1390 &min16, &def16, &max16); in gst_uvc_h264_src_get_int_setting() 1394 *max = max16; in gst_uvc_h264_src_get_int_setting() 1399 &min16, &def16, &max16); in gst_uvc_h264_src_get_int_setting() 1403 *max = max16; in gst_uvc_h264_src_get_int_setting() 1417 &min16, &def16, &max16); in gst_uvc_h264_src_get_int_setting() 1421 *max = max16; in gst_uvc_h264_src_get_int_setting()
|
/third_party/skia/third_party/externals/angle2/src/image_util/ |
D | loadimage_etc.cpp | 842 uint16_t max16 = RGB8ToRGB565(maxColor); in packBC1() local 844 if (max16 != min16) in packBC1() 867 if (max16 < min16) in packBC1() 869 std::swap(max16, min16); in packBC1() 905 dest->color1 = max16; in packBC1() 909 dest->color0 = max16; in packBC1()
|
/third_party/flutter/skia/third_party/externals/angle2/src/image_util/ |
D | loadimage_etc.cpp | 842 uint16_t max16 = RGB8ToRGB565(maxColor); in packBC1() local 844 if (max16 != min16) in packBC1() 867 if (max16 < min16) in packBC1() 869 std::swap(max16, min16); in packBC1() 905 dest->color1 = max16; in packBC1() 909 dest->color0 = max16; in packBC1()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 576 - pan/bi: Structify fadd/min/max16 626 - pan/bit: Add fmin/max16 tests
|