Searched refs:xx1 (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | speexdec.c | 1163 float xx1[352], xx2[352]; in qmf_synth() local 1166 xx1[i] = x1[N2-1-i]; in qmf_synth() 1168 xx1[N2+i] = mem1[2*i+1]; in qmf_synth() 1179 x10 = xx1[N2-2-i]; in qmf_synth() 1188 x11 = xx1[N2-1+j-i]; in qmf_synth() 1197 x10 = xx1[N2+j-i]; in qmf_synth() 1212 mem1[2*i+1] = xx1[i]; in qmf_synth()
|
H A D | j2kenc.c | 1422 int cblkx, cblky, cblkno=0, xx0, x0, xx1, y0, yy0, yy1, bandpos; in encode_tile() local 1439 xx1 = FFMIN(ff_jpeg2000_ceildivpow2(band->coord[0][0] + 1, band->log2_cblk_width) << band->log2_cblk_width, in encode_tile() 1447 for (x = xx0; x < xx1; x++){ in encode_tile() 1454 for (x = xx0; x < xx1; x++){ in encode_tile() 1467 encode_cblk(s, &t1, prec->cblk + cblkno, tile, xx1 - xx0, yy1 - yy0, in encode_tile() 1469 xx0 = xx1; in encode_tile() 1470 xx1 = FFMIN(xx1 + (1 << band->log2_cblk_width), band->coord[0][1] - band->coord[0][0] + x0); in encode_tile()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jquant2.c | 769 JLONG xx0, xx1; /* distance increments */ in find_best_colors() local 809 xx1 = inc1; in find_best_colors() 823 dist1 += xx1; in find_best_colors() 824 xx1 += 2 * STEP_C1 * STEP_C1; in find_best_colors()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 155 const float xx1 = x1 * 2.0f - 1.0f; in buildVerticesAndIndices() local 164 vertices[ quad * compPerQuad + 0 ] = xx1; in buildVerticesAndIndices() 177 vertices[ quad * compPerQuad + 6 ] = xx1; in buildVerticesAndIndices() 629 float xx1 = x1 * 2.0 - 1.0; in initPrograms() 640 quads.data[at].c[0] = vec2(xx1, yy1); in initPrograms() 649 quads.data[at].c[3] = vec2(xx1, yy2); in initPrograms()
|
Completed in 11 milliseconds