/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | turbojpeg.c | 765 int i, retval = 0, row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; in tjEncodeYUVPlanes() local 821 ph0 = PAD(height, cinfo->max_v_samp_factor); in tjEncodeYUVPlanes() 823 if ((row_pointer = (JSAMPROW *)malloc(sizeof(JSAMPROW) * ph0)) == NULL) in tjEncodeYUVPlanes() 831 if (height < ph0) in tjEncodeYUVPlanes() 832 for (i = height; i < ph0; i++) row_pointer[i] = row_pointer[height - 1]; in tjEncodeYUVPlanes() 870 ph[i] = ph0 * compptr->v_samp_factor / cinfo->max_v_samp_factor; in tjEncodeYUVPlanes() 886 for (row = 0; row < ph0; row += cinfo->max_v_samp_factor) { in tjEncodeYUVPlanes() 920 int pw0, ph0, strides[3], retval = -1; in tjEncodeYUV3() local 931 ph0 = tjPlaneHeight(0, height, subsamp); in tjEncodeYUV3() 942 dstPlanes[1] = dstPlanes[0] + strides[0] * ph0; in tjEncodeYUV3() [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | turbojpeg.c | 705 int i, retval = 0, row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; in tjEncodeYUVPlanes() local 761 ph0 = PAD(height, cinfo->max_v_samp_factor); in tjEncodeYUVPlanes() 763 if ((row_pointer = (JSAMPROW *)malloc(sizeof(JSAMPROW) * ph0)) == NULL) in tjEncodeYUVPlanes() 771 if (height < ph0) in tjEncodeYUVPlanes() 772 for (i = height; i < ph0; i++) row_pointer[i] = row_pointer[height - 1]; in tjEncodeYUVPlanes() 810 ph[i] = ph0 * compptr->v_samp_factor / cinfo->max_v_samp_factor; in tjEncodeYUVPlanes() 826 for (row = 0; row < ph0; row += cinfo->max_v_samp_factor) { in tjEncodeYUVPlanes() 860 int pw0, ph0, strides[3], retval = -1; in tjEncodeYUV3() local 871 ph0 = tjPlaneHeight(0, height, subsamp); in tjEncodeYUV3() 882 dstPlanes[1] = dstPlanes[0] + strides[0] * ph0; in tjEncodeYUV3() [all …]
|
/third_party/libjpeg-turbo/ |
D | turbojpeg.c | 734 int i, retval = 0, row, pw0, ph0, pw[MAX_COMPONENTS], ph[MAX_COMPONENTS]; in tjEncodeYUVPlanes() local 790 ph0 = PAD(height, cinfo->max_v_samp_factor); in tjEncodeYUVPlanes() 792 if ((row_pointer = (JSAMPROW *)malloc(sizeof(JSAMPROW) * ph0)) == NULL) in tjEncodeYUVPlanes() 800 if (height < ph0) in tjEncodeYUVPlanes() 801 for (i = height; i < ph0; i++) row_pointer[i] = row_pointer[height - 1]; in tjEncodeYUVPlanes() 839 ph[i] = ph0 * compptr->v_samp_factor / cinfo->max_v_samp_factor; in tjEncodeYUVPlanes() 855 for (row = 0; row < ph0; row += cinfo->max_v_samp_factor) { in tjEncodeYUVPlanes() 889 int pw0, ph0, strides[3], retval = -1; in tjEncodeYUV3() local 900 ph0 = tjPlaneHeight(0, height, subsamp); in tjEncodeYUV3() 911 dstPlanes[1] = dstPlanes[0] + strides[0] * ph0; in tjEncodeYUV3() [all …]
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink_rand.h | 56 Phdr *ph0; member
|
D | dynlink.c | 1297 Phdr *ph, *ph0; in map_library() local 1318 ph = ph0 = allocated_buf; in map_library() 1323 ph = ph0 = (void *)(buf + 1); in map_library() 1325 ph = ph0 = (void *)((char *)buf + eh->e_phoff); in map_library() 1364 for (ph=ph0, i=0; i<nsegs; ph=(void *)((char *)ph+eh->e_phentsize)) { in map_library() 1440 for (ph=ph0, i=eh->e_phnum; i; i--, ph=(void *)((char *)ph+eh->e_phentsize)) { in map_library() 4241 ph = task->ph0 = task->allocated_buf; in map_library_header() 4252 ph = task->ph0 = (void *)(task->ehdr_buf + 1); in map_library_header() 4254 ph = task->ph0 = (void *)((char *)task->ehdr_buf + task->eh->e_phoff); in map_library_header() 4326 Phdr *ph = task->ph0; in task_map_library() [all …]
|
/third_party/musl/ldso/ |
D | dynlink.c | 616 Phdr *ph, *ph0; in map_library() local 635 ph = ph0 = allocated_buf; in map_library() 640 ph = ph0 = (void *)(buf + 1); in map_library() 642 ph = ph0 = (void *)((char *)buf + eh->e_phoff); in map_library() 681 for (ph=ph0, i=0; i<nsegs; ph=(void *)((char *)ph+eh->e_phentsize)) { in map_library() 742 for (ph=ph0, i=eh->e_phnum; i; i--, ph=(void *)((char *)ph+eh->e_phentsize)) { in map_library()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 614 Phdr *ph, *ph0; in map_library() local 633 ph = ph0 = allocated_buf; in map_library() 638 ph = ph0 = (void *)(buf + 1); in map_library() 640 ph = ph0 = (void *)((char *)buf + eh->e_phoff); in map_library() 679 for (ph=ph0, i=0; i<nsegs; ph=(void *)((char *)ph+eh->e_phentsize)) { in map_library() 740 for (ph=ph0, i=eh->e_phnum; i; i--, ph=(void *)((char *)ph+eh->e_phentsize)) { in map_library()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 614 Phdr *ph, *ph0; in map_library() local 633 ph = ph0 = allocated_buf; in map_library() 638 ph = ph0 = (void *)(buf + 1); in map_library() 640 ph = ph0 = (void *)((char *)buf + eh->e_phoff); in map_library() 679 for (ph=ph0, i=0; i<nsegs; ph=(void *)((char *)ph+eh->e_phentsize)) { in map_library() 740 for (ph=ph0, i=eh->e_phnum; i; i--, ph=(void *)((char *)ph+eh->e_phentsize)) { in map_library()
|
/third_party/boost/boost/move/algo/detail/ |
D | adaptive_sort_merge.hpp | 393 typename XBuf::iterator const ph0 = xbuf.add(first); in collect_unique() local 395 … typename XBuf::iterator const r = boost::movelib::lower_bound(ph0, xbuf.end(), *u, comp); in collect_unique()
|