Home
last modified time | relevance | path

Searched refs:pshift (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/stdlib/
Dqsort.c92 static void sift(unsigned char *head, size_t width, cmpfun cmp, void *arg, int pshift, size_t lp[]) in sift() argument
99 while(pshift > 1) { in sift()
101 lf = head - width - lp[pshift - 2]; in sift()
109 pshift -= 1; in sift()
113 pshift -= 2; in sift()
119 …igned char *head, size_t width, cmpfun cmp, void *arg, size_t pp[2], int pshift, int trusty, size_… in trinkle() argument
133 stepson = head - lp[pshift]; in trinkle()
137 if(!trusty && pshift > 1) { in trinkle()
139 lf = head - width - lp[pshift - 2]; in trinkle()
149 pshift += trail; in trinkle()
[all …]
/third_party/ffmpeg/libavcodec/
Ddiracdec.c97 int pshift; member
150 int pshift; /* pixel shift = bit_depth > 8 */ member
307 s->plane[i].idwt.buf_base = av_mallocz_array((w+max_xblen), h * (2 << s->pshift)); in alloc_sequence_buffers()
308 s->plane[i].idwt.tmp = av_malloc_array((w+16), 2 << s->pshift); in alloc_sequence_buffers()
309 s->plane[i].idwt.buf = s->plane[i].idwt.buf_base + (top_padding*w)*(2 << s->pshift); in alloc_sequence_buffers()
457 const int mstride = -(b->stride >> (1+b->pshift)); \
460 const int stride = b->parent->stride >> (1+b->parent->pshift); \
540 if (b->pshift) { in codeblock()
554 if (b->pshift) { in codeblock()
578 buf += (b->stride >> (1+b->pshift)); \
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstutils.c4325 gint pshift = 0; in gst_calculate_linear_regression() local
4411 pshift = max_bits - 64; in gst_calculate_linear_regression()
4417 "Restarting regression with precision shift %u", pshift); in gst_calculate_linear_regression()
4420 xbar4 = xbar >> pshift; in gst_calculate_linear_regression()
4421 ybar4 = ybar >> pshift; in gst_calculate_linear_regression()
4427 newx4 = newx[j] >> pshift; in gst_calculate_linear_regression()
4428 newy4 = newy[j] >> pshift; in gst_calculate_linear_regression()
4434 pshift++; in gst_calculate_linear_regression()
4442 pshift++; in gst_calculate_linear_regression()
4453 pshift++; in gst_calculate_linear_regression()
[all …]