HomeSort by relevance Sort by last modified time
    Searched defs:y_mid (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_inter.cpp 449 int y_inc, y_inc0, y_inc1, y_mid; local
476 y_mid = ((blkheight + y_pos > 0) ? -y_pos : blkheight); /* clip to prevent memory corruption */
483 y_mid = ((picheight > y_pos) ? picheight - 1 - y_pos : 0);
489 y_mid = blkheight;
507 if (j == y_mid) /* put a check here to reduce the code size (for unrolling the loop) */
527 if (j == y_mid) /* put a check here to reduce the code size (for unrolling the loop) */
    [all...]
  /system/core/libpixelflinger/
trap.cpp 797 int32_t y_mid = min(left->y_bot, right->y_bot); local
798 triangle_sweep_edges( left, right, y_top, y_mid, c );
801 y_mid += TRI_ONE;
802 if (y_mid <= y_bot) {
804 if (other->y_top < y_mid) {
807 triangle_sweep_edges( left, right, y_mid, y_bot, c );
    [all...]

Completed in 376 milliseconds