Searched refs:y0 (Results 1 – 4 of 4) sorted by relevance
/system/tools/aidl/tests/corpus/ |
D | fails_only_in_java | 1 &enum l{p}parcelable e{Map y0;}
|
/system/bt/embdrv/sbc/decoder/srce/ |
D | synthesis-sbc.c | 529 int32_t y0, y1, y2, y3; in cosineModulateSynth4() local 538 y0 = -SCALE(f1 + f3, DCT_SHIFT); in cosineModulateSynth4() 553 out[6] = (int16_t)y0; in cosineModulateSynth4()
|
/system/core/libpixelflinger/ |
D | trap.cpp | 515 int32_t y0 = v0[1]; in trianglex_small() local 522 int32_t dy20 = y2 - y0; in trianglex_small() 523 int32_t dy01 = y0 - y1; in trianglex_small() 530 swap(y0, y1); in trianglex_small() 532 dy01 = y0 - y1; in trianglex_small() 534 dy20 = y2 - y0; in trianglex_small() 541 const int32_t bminy = TRI_FLOOR(min(y0, y1, y2)) >> TRI_FRACTION_BITS; in trianglex_small() 543 const int32_t bmaxy = TRI_CEIL( max(y0, y1, y2)) >> TRI_FRACTION_BITS; in trianglex_small() 554 int32_t ey0 = dy01 * (x0 - mx) - dx01 * (y0 - my); in trianglex_small()
|
D | scanline.cpp | 1771 void init_y_packed(context_t* c, int32_t y0) in init_y_packed() argument 1778 c->iterators.y = y0; in init_y_packed() 1787 void init_y_noop(context_t* c, int32_t y0) in init_y_noop() argument 1789 c->iterators.y = y0; in init_y_noop() 1798 void init_y_error(context_t* c, int32_t y0) in init_y_error() argument 1802 init_y_noop(c, y0); in init_y_error()
|