Searched refs:prev_v (Results 1 – 12 of 12) sorted by relevance
/third_party/boost/libs/range/test/adaptor_test/ |
D | adjacent_filtered.cpp | 47 value_t prev_v = value_t(); in adjacent_filtered_test_impl() local 54 else if (*it != prev_v) in adjacent_filtered_test_impl() 58 prev_v = *it; in adjacent_filtered_test_impl()
|
/third_party/ffmpeg/libavcodec/ |
D | wnv1.c | 64 int prev_y = 0, prev_u = 0, prev_v = 0; in decode_frame() local 104 prev_v = V[i] = wnv1_get_code(&gb, shift, prev_v); in decode_frame()
|
/third_party/freetype/src/autofit/ |
D | afhints.c | 1098 AF_Point prev_v = point + point->v; in af_glyph_hints_reload() local 1101 in_x = point->fx - prev_v->fx; in af_glyph_hints_reload() 1102 in_y = point->fy - prev_v->fy; in af_glyph_hints_reload() 1114 prev_v->u = (FT_Pos)( next_u - prev_v ); in af_glyph_hints_reload() 1115 next_u->v = -prev_v->u; in af_glyph_hints_reload() 1148 AF_Point prev_v = point + point->v; in af_glyph_hints_reload() local 1151 if ( ft_corner_is_flat( point->fx - prev_v->fx, in af_glyph_hints_reload() 1152 point->fy - prev_v->fy, in af_glyph_hints_reload() 1160 prev_v->u = (FT_Pos)( next_u - prev_v ); in af_glyph_hints_reload() 1161 next_u->v = -prev_v->u; in af_glyph_hints_reload()
|
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/ |
D | afhints.c | 1098 AF_Point prev_v = point + point->v; in af_glyph_hints_reload() local 1101 in_x = point->fx - prev_v->fx; in af_glyph_hints_reload() 1102 in_y = point->fy - prev_v->fy; in af_glyph_hints_reload() 1114 prev_v->u = (FT_Pos)( next_u - prev_v ); in af_glyph_hints_reload() 1115 next_u->v = -prev_v->u; in af_glyph_hints_reload() 1148 AF_Point prev_v = point + point->v; in af_glyph_hints_reload() local 1151 if ( ft_corner_is_flat( point->fx - prev_v->fx, in af_glyph_hints_reload() 1152 point->fy - prev_v->fy, in af_glyph_hints_reload() 1160 prev_v->u = (FT_Pos)( next_u - prev_v ); in af_glyph_hints_reload() 1161 next_u->v = -prev_v->u; in af_glyph_hints_reload()
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | afhints.c | 1193 AF_Point prev_v = point + point->v; in af_glyph_hints_reload() local 1196 in_x = point->fx - prev_v->fx; in af_glyph_hints_reload() 1197 in_y = point->fy - prev_v->fy; in af_glyph_hints_reload() 1209 prev_v->u = (FT_Pos)( next_u - prev_v ); in af_glyph_hints_reload() 1210 next_u->v = -prev_v->u; in af_glyph_hints_reload() 1243 AF_Point prev_v = point + point->v; in af_glyph_hints_reload() local 1246 if ( ft_corner_is_flat( point->fx - prev_v->fx, in af_glyph_hints_reload() 1247 point->fy - prev_v->fy, in af_glyph_hints_reload() 1255 prev_v->u = (FT_Pos)( next_u - prev_v ); in af_glyph_hints_reload() 1256 next_u->v = -prev_v->u; in af_glyph_hints_reload()
|
/third_party/ffmpeg/libavfilter/ |
D | af_anequalizer.c | 108 int prev_v = -1; in draw_curves() local 150 if (prev_v == -1) in draw_curves() 151 prev_v = v; in draw_curves() 152 if (v <= prev_v) { in draw_curves() 153 for (y = v; y <= prev_v; y++) in draw_curves() 156 for (y = prev_v; y <= v; y++) in draw_curves() 160 prev_v = v; in draw_curves()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | yuv_neon.c | 152 const uint8x8_t prev_v = vld1_u8(v); in ConvertARGBToUV_NEON() local 154 vst1_u8(v, vrhadd_u8(V, prev_v)); in ConvertARGBToUV_NEON()
|
D | yuv_sse41.c | 527 const __m128i prev_v = LOAD_16(v); in ConvertARGBToUV_SSE41() local 529 V0 = _mm_avg_epu8(V0, prev_v); in ConvertARGBToUV_SSE41()
|
D | yuv_sse2.c | 681 const __m128i prev_v = LOAD_16(v); in ConvertARGBToUV_SSE2() local 683 V0 = _mm_avg_epu8(V0, prev_v); in ConvertARGBToUV_SSE2()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | yuv_neon.c | 152 const uint8x8_t prev_v = vld1_u8(v); in ConvertARGBToUV_NEON() local 154 vst1_u8(v, vrhadd_u8(V, prev_v)); in ConvertARGBToUV_NEON()
|
D | yuv_sse41.c | 527 const __m128i prev_v = LOAD_16(v); in ConvertARGBToUV_SSE41() local 529 V0 = _mm_avg_epu8(V0, prev_v); in ConvertARGBToUV_SSE41()
|
D | yuv_sse2.c | 681 const __m128i prev_v = LOAD_16(v); in ConvertARGBToUV_SSE2() local 683 V0 = _mm_avg_epu8(V0, prev_v); in ConvertARGBToUV_SSE2()
|