Home
last modified time | relevance | path

Searched refs:ph0 (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg.c765 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/
Dturbojpeg.c705 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/
Dturbojpeg.c734 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/
Ddynlink_rand.h56 Phdr *ph0; member
Ddynlink.c1297 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/
Ddynlink.c616 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/
Ddynlink.c614 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/
Ddynlink.c614 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/
Dadaptive_sort_merge.hpp393 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()