Home
last modified time | relevance | path

Searched refs:best_y (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_csp_enc.c360 out1[0] = Filter2(cur_uv[0], prev_uv[0], best_y[0]); in InterpolateTwoRows()
369 best_y[w - 1 + 0]); in InterpolateTwoRows()
371 best_y[w - 1 + w]); in InterpolateTwoRows()
410 const int W = best_y[i]; in ConvertWRGBToYUV()
416 best_y += w; in ConvertWRGBToYUV()
463 fixed_y_t* best_y = best_y_base; in PreprocessARGB() local
496 StoreGray(src1, best_y + 0, w); in PreprocessARGB()
497 StoreGray(src2, best_y + w, w); in PreprocessARGB()
503 best_y += 2 * w; in PreprocessARGB()
518 best_y = best_y_base; in PreprocessARGB()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dyuv.c226 const uint16_t* best_y, uint16_t* out) { in SharpYUVFilterRow_C() argument
231 out[2 * i + 0] = clip_y(best_y[2 * i + 0] + v0); in SharpYUVFilterRow_C()
232 out[2 * i + 1] = clip_y(best_y[2 * i + 1] + v1); in SharpYUVFilterRow_C()
255 const uint16_t* best_y, uint16_t* out);
A Dyuv_neon.c231 const uint16_t* best_y, uint16_t* out) { in SharpYUVFilterRow_NEON() argument
252 const int16x8_t g0 = vreinterpretq_s16_u16(vld1q_u16(best_y + 2 * i + 0)); in SharpYUVFilterRow_NEON()
253 const int16x8_t g1 = vreinterpretq_s16_u16(vld1q_u16(best_y + 2 * i + 8)); in SharpYUVFilterRow_NEON()
267 out[2 * i + 0] = clip_y_NEON(best_y[2 * i + 0] + v0); in SharpYUVFilterRow_NEON()
268 out[2 * i + 1] = clip_y_NEON(best_y[2 * i + 1] + v1); in SharpYUVFilterRow_NEON()
A Dyuv_sse2.c809 const uint16_t* best_y, uint16_t* out) { in SharpYUVFilterRow_SSE2() argument
833 const __m128i g0 = _mm_loadu_si128((const __m128i*)(best_y + 2 * i + 0)); in SharpYUVFilterRow_SSE2()
834 const __m128i g1 = _mm_loadu_si128((const __m128i*)(best_y + 2 * i + 8)); in SharpYUVFilterRow_SSE2()
851 out[2 * i + 0] = clip_y(best_y[2 * i + 0] + v0); in SharpYUVFilterRow_SSE2()
852 out[2 * i + 1] = clip_y(best_y[2 * i + 1] + v1); in SharpYUVFilterRow_SSE2()
A Ddsp.h518 const uint16_t* best_y, uint16_t* out);
/AliOS-Things-master/components/freetype/src/autofit/
A Daflatin.c358 best_y = 0; /* make compiler happy */ in af_latin_metrics_init_blues()
385 if ( best_point < 0 || points[pp].y > best_y ) in af_latin_metrics_init_blues()
388 best_y = points[pp].y; in af_latin_metrics_init_blues()
394 if ( best_point < 0 || points[pp].y < best_y ) in af_latin_metrics_init_blues()
397 best_y = points[pp].y; in af_latin_metrics_init_blues()
448 dist = FT_ABS( points[prev].y - best_y ); in af_latin_metrics_init_blues()
473 dist = FT_ABS( points[next].y - best_y ); in af_latin_metrics_init_blues()
647 best_y = points[first].y; in af_latin_metrics_init_blues()
666 best_y += y_offset; in af_latin_metrics_init_blues()
695 rounds[num_rounds++] = best_y; in af_latin_metrics_init_blues()
[all …]
A Daflatin2.c222 FT_Int best_point, best_y, best_first, best_last; in af_latin2_metrics_init_blues() local
239 best_y = 0; /* make compiler happy */ in af_latin2_metrics_init_blues()
266 if ( best_point < 0 || points[pp].y > best_y ) in af_latin2_metrics_init_blues()
269 best_y = points[pp].y; in af_latin2_metrics_init_blues()
275 if ( best_point < 0 || points[pp].y < best_y ) in af_latin2_metrics_init_blues()
278 best_y = points[pp].y; in af_latin2_metrics_init_blues()
288 FT_TRACE5(( " %c %d", *p, best_y )); in af_latin2_metrics_init_blues()
310 dist = FT_ABS( points[prev].y - best_y ); in af_latin2_metrics_init_blues()
327 dist = FT_ABS( points[next].y - best_y ); in af_latin2_metrics_init_blues()
345 rounds[num_rounds++] = best_y; in af_latin2_metrics_init_blues()
[all …]

Completed in 20 milliseconds