Searched defs:best_y (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vf_find_rect.c | 146 static float search(FOCContext *foc, int pass, int maxpass, int xmin, int xmax, int ymin, int ymax, int *best_x, int *best_y, float best_score) in search() argument 177 int best_x, best_y; in filter_frame() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | yuv.c | 225 SharpYUVFilterRow_C(const int16_t* A, const int16_t* B, int len, const uint16_t* best_y, uint16_t* out) SharpYUVFilterRow_C() argument
|
H A D | yuv_neon.c | 230 SharpYUVFilterRow_NEON(const int16_t* A, const int16_t* B, int len, const uint16_t* best_y, uint16_t* out) SharpYUVFilterRow_NEON() argument
|
H A D | yuv_sse2.c | 808 SharpYUVFilterRow_SSE2(const int16_t* A, const int16_t* B, int len, const uint16_t* best_y, uint16_t* out) SharpYUVFilterRow_SSE2() argument
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_rectpack.h | 351 int best_waste = (1<<30), best_x, best_y = (1 << 30); in stbrp__skyline_find_best_pos() local [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_rectpack.h | 353 int best_waste = (1<<30), best_x, best_y = (1 << 30); in stbrp__skyline_find_best_pos() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | picture_csp_enc.c | 352 static void InterpolateTwoRows(const fixed_y_t* const best_y, in InterpolateTwoRows() argument 400 static int ConvertWRGBToYUV(const fixed_y_t* best_y, const fixed_t* best_uv, in ConvertWRGBToYUV() argument 467 fixed_y_t* best_y = best_y_base; PreprocessARGB() local [all...] |
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | aflatin.c | 465 FT_Pos best_y; in af_latin_metrics_init_blues() local [all...] |
/third_party/glfw/deps/ |
H A D | nuklear.h | 10700 int best_waste = (1<<30), best_x, best_y = (1 << 30); in nk_rp__skyline_find_best_pos() local [all...] |
Completed in 44 milliseconds