Home
last modified time | relevance | path

Searched refs:iff (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/ffmpeg/libavformat/
Diff.c355 IffDemuxContext *iff = s->priv_data; in read_dst_frame() local
363 if (chunk_pos >= iff->body_end) in read_dst_frame()
367 data_size = iff->is_64bit ? avio_rb64(pb) : avio_rb32(pb); in read_dst_frame()
376 iff->body_pos = avio_tell(pb) - (iff->is_64bit ? 12 : 8); in read_dst_frame()
377 iff->body_size = iff->body_end - iff->body_pos; in read_dst_frame()
391 if (chunk_pos >= iff->body_end) in read_dst_frame()
419 IffDemuxContext *iff = s->priv_data; in iff_read_header() local
436 iff->is_64bit = avio_rl32(pb) == ID_FRM8; in iff_read_header()
437 avio_skip(pb, iff->is_64bit ? 8 : 4); in iff_read_header()
443 iff->bitmap_compression = -1; in iff_read_header()
[all …]
/third_party/mesa3d/src/intel/tools/tests/gen5/
Diff.asm1 (+f0.0.x) iff(8) Jump: 22 { align16 switch };
2 (+f0.0) iff(8) Jump: 44 { align1 switch };
3 (+f0.0) iff(16) Jump: 44 { align1 switch };
/third_party/mesa3d/src/intel/tools/tests/gen4/
Diff.asm1 (-f0.0) iff(16) Jump: 5 { align1 switch };
2 (+f0.0.x) iff(8) Jump: 11 { align16 switch };
3 (+f0.0) iff(16) Jump: 7 { align1 switch };
/third_party/mesa3d/src/intel/tools/tests/gen4.5/
Diff.asm1 (-f0.0) iff(16) Jump: 5 { align1 switch };
2 (+f0.0.x) iff(8) Jump: 11 { align16 switch };
3 (+f0.0) iff(16) Jump: 7 { align1 switch };
/third_party/mesa3d/src/compiler/nir/
Dnir_sweep.c64 sweep_if(nir_shader *nir, nir_if *iff) in sweep_if() argument
66 ralloc_steal(nir, iff); in sweep_if()
68 foreach_list_typed(nir_cf_node, cf_node, node, &iff->then_list) { in sweep_if()
72 foreach_list_typed(nir_cf_node, cf_node, node, &iff->else_list) { in sweep_if()
Dnir_opt_move.c72 const nir_if *iff = nir_block_get_following_if(block); in nir_opt_move_block() local
73 const nir_instr *if_cond_instr = iff ? iff->condition.parent_instr : NULL; in nir_opt_move_block()
/third_party/ffmpeg/tests/fate/
Dpcm.mak1 FATE_SAMPLES_PCM-$(call DEMDEC, WAV, PCM_U8) += fate-iff-pcm
2 fate-iff-pcm: CMD = md5 -i $(TARGET_SAMPLES)/iff/Bells -f s16le -af aresample
Dvideo.mak183 FATE_IFF-$(call FRAMECRC, IFF, IFF_ILBM, SCALE_FILTER) += fate-iff-byterun1
184 fate-iff-byterun1: CMD = framecrc -i $(TARGET_SAMPLES)/iff/ASH.LBM -pix_fmt rgb24 -vf scale
186 FATE_IFF-$(call ENCDEC, PCM_S16LE EIGHTSVX_FIB, PCM_S16LE IFF, ARESAMPLE_FILTER) += fate-iff-fibona…
187 fate-iff-fibonacci: CMD = md5 -i $(TARGET_SAMPLES)/iff/dasboot-in-compressed -f s16le -af aresample
189 FATE_IFF-$(call FRAMECRC, IFF, IFF_ILBM, SCALE_FILTER) += fate-iff-ilbm
190 fate-iff-ilbm: CMD = framecrc -i $(TARGET_SAMPLES)/iff/lms-matriks.ilbm -pix_fmt rgb24 -vf scale
193 fate-iff: $(FATE_IFF-yes)
/third_party/node/tools/inspector_protocol/lib/
Dencoding_h.template218 // Encodes |value| as |UNSIGNED| (major type 0) iff >= 0, or |NEGATIVE|
219 // (major type 1) iff < 0.
274 // Returns true iff successful.
287 // that drives it. The handler will encode into |out|, and iff an error occurs
429 // of the map. Patches up the envelope size; Status.ok() iff successful.
458 // Parses |str| into |result|. Returns false iff there are
471 // |status->ok()| will be false iff the handler routine HandleError() is called.
/third_party/mesa3d/src/compiler/glsl/
Dlower_blend_equation_advanced.cpp334 ir_if *iff = new(mem_ctx) ir_if(is_mode(mode, choice)); in calc_blend_result() local
335 casefactory.emit(iff); in calc_blend_result()
336 casefactory.instructions = &iff->then_instructions; in calc_blend_result()
393 casefactory.instructions = &iff->else_instructions; in calc_blend_result()
Dir_reader.cpp490 ir_if *iff = new(mem_ctx) ir_if(condition); in read_if() local
492 read_instructions(&iff->then_instructions, s_then, loop_ctx); in read_if()
493 read_instructions(&iff->else_instructions, s_else, loop_ctx); in read_if()
495 delete iff; in read_if()
496 iff = NULL; in read_if()
498 return iff; in read_if()
/third_party/json/docs/mkdocs/docs/api/json_pointer/
Dempty.md11 `#!cpp true` iff the JSON pointer points to the root document.
/third_party/node/test/fixtures/keys/
Dagent7-key.pem3 PUiZhYZwfk26QsbkRbpK/WdMRpnOJ+jmNY4gMhQkA8WLXtYaf8ogcQqmRN1C+iff
/third_party/mesa3d/src/intel/tools/
Di965_lex.l90 iff { yylval.integer = BRW_OPCODE_IFF; return IFF; }
/third_party/skia/third_party/externals/dawn/docs/
Ddevice_facilities.md93 … objects by pointers like `BindGroupLayouts` since two BGLs would be equal iff they are the same o…
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.tessellation.txt89 verifies that the primitive is drawn iff the glFrontFace value matches the
/third_party/popt/
DCHANGES122 - jbj: Display shortName iff printable non-space.
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_fbconfig.txt93 GLXDrawables are similar iff they have been created with respect
335 Note that a GLXFBConfigSGIX has an associated X Visual iff the
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_fbconfig.txt93 GLXDrawables are similar iff they have been created with respect
335 Note that a GLXFBConfigSGIX has an associated X Visual iff the
/third_party/skia/third_party/externals/angle2/tools/flex-bison/third_party/skeletons/
Dbison.m4248 # Return 1 iff both INT1 and INT2 are in [LOW, HIGH], 0 otherwise.
660 # The macro BISON-NAMESPACE(bar) must be defined iff the name bar of type WHAT
/third_party/mbedtls/tests/suites/
Dtest_suite_bignum_random.function102 * a power of 2 iff x is significantly above 0 compared to 2^8.
/third_party/curl/docs/
DCONNECTION-FILTERS.md101 BIT(connected); /* != 0 iff this filter is connected */
/third_party/node/deps/openssl/openssl/include/openssl/
Dcrypto.h.in416 * CRYPTO_memcmp returns zero iff the |len| bytes at |a| and |b| are equal.
/third_party/openssl/include/openssl/
Dcrypto.h.in416 * CRYPTO_memcmp returns zero iff the |len| bytes at |a| and |b| are equal.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiInstrFormats.td115 // `Rd <- Rs1 op Rs2' iff condition DDDI is true.

1234