Home
last modified time | relevance | path

Searched refs:UNPACK (Results 1 – 25 of 27) sorted by relevance

12

/third_party/ffmpeg/libavcodec/x86/
Dvc1dsp_mmx.c146 #define MSPEL_FILTER13_CORE(UNPACK, MOVQ, A1, A2, A3, A4) \ argument
149 UNPACK("%%mm1") \
150 UNPACK("%%mm2") \
155 UNPACK("%%mm3") \
156 UNPACK("%%mm4") \
163 UNPACK("%%mm1") \
164 UNPACK("%%mm2") \
171 UNPACK("%%mm1") \
172 UNPACK("%%mm2") \
Dvp9lpf.asm104 %macro UNPACK 4
122 UNPACK %2, %1, %10, m0
197 UNPACK %2, %1, rp3, m0 ; p3: B->W
205 UNPACK %2, %1, rp1, m0 ; p1: B->W
208 UNPACK %2, %1, rp0, m0 ; p0: B->W
211 UNPACK %2, %1, rq0, m0 ; q0: B->W
227 UNPACK %2, %1, rp5, m0 ; p5: B->W
230 UNPACK %2, %1, rp4, m0 ; p4: B->W
Dvc1dsp_mc.asm61 ; see MSPEL_FILTER13_CORE for use as UNPACK macro
/third_party/ltp/testcases/kernel/syscalls/acct/
Dacct02.c38 #define UNPACK(x) ((x & 0x1fff) << (((x >> 13) & 0x7) * 3)) macro
79 int sys_time = UNPACK(ACCT_MEMBER(ac_stime)); in verify_acct()
80 int user_time = UNPACK(ACCT_MEMBER(ac_stime)); in verify_acct()
200 ret = verify_acct(&acct_struct.v0, UNPACK(acct_struct.v0.ac_etime)); in run()
/third_party/ffmpeg/libavcodec/mips/
Dvc1dsp_mmi.c1842 #define MSPEL_FILTER13_CORE(UNPACK, LOAD, M, A1, A2, A3, A4) \ argument
1846 UNPACK("$f2") \
1847 UNPACK("$f4") \
1853 UNPACK("$f6") \
1854 UNPACK("$f8") \
1862 UNPACK("$f2") \
1863 UNPACK("$f4") \
1873 UNPACK("$f2") \
1874 UNPACK("$f4") \
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_pack_subimage.txt119 2. Should the corresponding UNPACK enums be added?
123 UNPACK enums. However, there is a language dependency. This
/third_party/openGLES/extensions/NV/
DNV_pack_subimage.txt119 2. Should the corresponding UNPACK enums be added?
123 UNPACK enums. However, there is a language dependency. This
/third_party/ffmpeg/libavfilter/
Dasrc_sinc.c210 #define UNPACK(h, n) h[n] = h[1], h[n + 1] = h[1] = 0; macro
249 UNPACK(work, work_len); in fir_to_phase()
/third_party/openGLES/extensions/EXT/
DEXT_unpack_subimage.txt142 dependency between the PACK enums and the UNPACK enums.
DEXT_texture3D.txt359 TexImage3DEXT above, substituting PACK* state for UNPACK* state in all
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_unpack_subimage.txt142 dependency between the PACK enums and the UNPACK enums.
DEXT_texture3D.txt359 TexImage3DEXT above, substituting PACK* state for UNPACK* state in all
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_required_internalformat.txt125 We originally had considered using a new "UNPACK" parameter for
130 and glRenderbufferStorageOES don't use the pixel store "UNPACK" state
733 - fixed up a few typos and lingering references to UNPACK state
737 UNPACK parameter.
/third_party/openGLES/extensions/OES/
DOES_required_internalformat.txt135 We originally had considered using a new "UNPACK" parameter for
140 and glRenderbufferStorageOES don't use the pixel store "UNPACK" state
743 - fixed up a few typos and lingering references to UNPACK state
747 UNPACK parameter.
/third_party/openGLES/extensions/SGIX/
DSGIX_slim.txt157 ?? since we don't support subimage should the UNPACK parameters
DSGIX_mpeg2.txt176 UNPACK state.
DSGIX_mpeg1.txt539 values are used in place of the UNPACK values.
547 UNPACK values.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_slim.txt157 ?? since we don't support subimage should the UNPACK parameters
DSGIX_mpeg2.txt176 UNPACK state.
DSGIX_mpeg1.txt539 values are used in place of the UNPACK values.
547 UNPACK values.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_texture4D.txt145 TexImage4DSGIS above, substituting PACK* state for UNPACK* state in all
/third_party/openGLES/extensions/SGIS/
DSGIS_texture4D.txt145 TexImage4DSGIS above, substituting PACK* state for UNPACK* state in all
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/
Dschema.fbs313 UNPACK = 88,
/third_party/mindspore/third_party/proto/tensorflow/lite/
Dschema.fbs313 UNPACK = 88,
Dschema_2.4.1.fbs315 UNPACK = 88,

12