Home
last modified time | relevance | path

Searched refs:ady (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvorbis.c147 intptr_t sy, int ady, int adx, in render_line_unrolled()
154 err += ady; in render_line_unrolled()
156 err += ady - adx; in render_line_unrolled()
163 if (err + ady >= 0) in render_line_unrolled()
173 int ady = FFABS(dy); in render_line() local
176 if (ady*2 <= adx) { // optimized common case in render_line()
177 render_line_unrolled(x0, y0, x1, sy, ady, adx, buf); in render_line()
183 ady -= FFABS(base) * adx; in render_line()
186 err += ady; in render_line()
146 render_line_unrolled(intptr_t x, int y, int x1, intptr_t sy, int ady, int adx, float *buf) render_line_unrolled() argument
H A Dvorbisdec.c1227 int book, adx, ady, dy, off, predicted, err; in vorbis_floor1_decode() local
1291 ady = FFABS(dy); in vorbis_floor1_decode()
1292 err = ady * (vf->list[i].x - vf->list[low_neigh_offs].x); in vorbis_floor1_decode()
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dcffdecode.c217 FT_Pos ady, in cff_operator_seac()
238 ady = ADD_LONG( ady, decoder->builder.left_bearing.y ); in cff_operator_seac()
293 subg->arg2 = (FT_Int)( ady >> 16 ); in cff_operator_seac()
333 builder->pos_y = ady; in cff_operator_seac()
214 cff_operator_seac( CFF_Decoder* decoder, FT_Pos asb, FT_Pos adx, FT_Pos ady, FT_Int bchar, FT_Int achar ) cff_operator_seac() argument
H A Dt1decode.c245 * ady ::
261 FT_Pos ady, in t1operator_seac()
356 subg->arg2 = (FT_Int)FIXED_TO_INT( ady ); in t1operator_seac()
398 decoder->builder.pos_y = ady; in t1operator_seac()
258 t1operator_seac( T1_Decoder decoder, FT_Pos asb, FT_Pos adx, FT_Pos ady, FT_Int bchar, FT_Int achar ) t1operator_seac() argument
H A Dpsintrp.c1312 FT_Pos ady = cf2_stack_popFixed ( opStack ); in cf2_interpT2CharString() local
1410 subg->arg2 = (FT_Int)FIXED_TO_INT( ady ); in cf2_interpT2CharString()
1482 ady, in cf2_interpT2CharString()

Completed in 11 milliseconds