/external/chromium_org/third_party/libwebp/enc/ |
picture_csp.c | 293 const uint8_t *cur_u = picture->u, *cur_v = picture->v, *cur_y = picture->y; local 297 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v, dst, NULL, width); 298 cur_y += picture->y_stride; 306 upsample(cur_y, cur_y + picture->y_stride, top_u, top_v, cur_u, cur_v, 308 cur_y += 2 * picture->y_stride; 313 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v, dst, NULL, width);
|
/external/chromium_org/ui/gfx/ |
canvas_skia.cc | 339 for (int cur_y = 0; cur_y < text_bitmap.height(); cur_y++) { 340 uint32_t* text_row = text_bitmap.getAddr32(0, cur_y); 345 if (!PixelShouldGetHalo(text_bitmap, cur_x, cur_y, halo_premul))
|
/external/chromium_org/skia/ext/ |
platform_canvas_unittest.cc | 48 for (int cur_y = 0; cur_y < bitmap.height(); cur_y++) { 51 cur_y >= y && cur_y < y + h) { 53 if (!IsOfColor(bitmap, cur_x, cur_y, rect_color)) 57 if (!IsOfColor(bitmap, cur_x, cur_y, canvas_color))
|
/external/chromium_org/third_party/libwebp/dec/ |
io.c | 93 const uint8_t* cur_y = io->y; local 105 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v, dst, NULL, mb_w); 108 upsample(p->tmp_y, cur_y, top_u, top_v, cur_u, cur_v, 119 cur_y += 2 * io->y_stride; 120 upsample(cur_y - io->y_stride, cur_y, 125 cur_y += io->y_stride; 128 memcpy(p->tmp_y, cur_y, mb_w * sizeof(*p->tmp_y)); 137 upsample(cur_y, NULL, cur_u, cur_v, cur_u, cur_v,
|
/external/libhevc/decoder/ |
ihevcd_iquant_itrans_recon_ctb.c | 358 WORD32 cur_x, cur_y; local 364 cur_y = ps_tu->b4_pos_y; 366 u1_bot_lt_avail = (pu4_intra_nbr_avail[1 + cur_y + trans_size / MIN_TU_SIZE] 368 u1_left_avail = (pu4_intra_nbr_avail[1 + cur_y] >> (31 - (1 + cur_x - 1))) 370 u1_top_avail = (pu4_intra_nbr_avail[1 + cur_y - 1] >> (31 - (1 + cur_x))) 372 u1_top_rt_avail = (pu4_intra_nbr_avail[1 + cur_y - 1] 374 u1_top_lt_avail = (pu4_intra_nbr_avail[1 + cur_y - 1] 378 y_cur = ps_proc->i4_ctb_y * ctb_size + cur_y * MIN_TU_SIZE; [all...] |
/external/chromium_org/third_party/skia/gm/ |
blurrect.cpp | 175 int cur_y = 0; local 201 cur_y += max_height + fPadding; 206 canvas->translate((SkScalar)cur_x, (SkScalar)cur_y);
|
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshalgo.h | 178 FT_Pos cur_y; member in struct:PSH_PointRec_
|
pshalgo.c | [all...] |
/external/freetype/src/pshinter/ |
pshalgo.h | 178 FT_Pos cur_y; member in struct:PSH_PointRec_
|
pshalgo.c | [all...] |