/external/skia/src/gpu/ |
D | GrReducedClip.cpp | 194 bool skippable = false; in walkStack() local 203 skippable = true; in walkStack() 206 skippable = true; in walkStack() 212 skippable = (ClipResult::kClipped == result); in walkStack() 217 skippable = true; in walkStack() 219 skippable = true; in walkStack() 225 skippable = (ClipResult::kClipped == result); in walkStack() 228 if (!skippable) { in walkStack() 239 skippable = true; in walkStack() 241 skippable = true; in walkStack() [all …]
|
/external/skqp/src/gpu/ |
D | GrReducedClip.cpp | 175 bool skippable = false; in walkStack() local 184 skippable = true; in walkStack() 187 skippable = true; in walkStack() 193 skippable = (ClipResult::kClipped == result); in walkStack() 198 skippable = true; in walkStack() 200 skippable = true; in walkStack() 206 skippable = (ClipResult::kClipped == result); in walkStack() 209 if (!skippable) { in walkStack() 220 skippable = true; in walkStack() 222 skippable = true; in walkStack() [all …]
|
/external/exoplayer/tree/extensions/ima/src/test/java/com/google/android/exoplayer2/ext/ima/ |
D | FakeAd.java | 28 private final boolean skippable; field in FakeAd 31 public FakeAd(boolean skippable, int podIndex, int totalAds, int adPosition) { in FakeAd() argument 32 this.skippable = skippable; in FakeAd() 84 return skippable; in isSkippable()
|
/external/zstd/contrib/seekable_format/ |
D | zstd_seekable_compression_format.md | 24 …atible with the original Zstandard format by placing the seek table in a Zstandard skippable frame. 34 …a number of frames (Zstandard compressed frames and skippable frames), followed by a final skippab… 46 This is for compatibility with [Zstandard skippable frames]. 47 Since it is legal for other Zstandard skippable frames to use the same 53 The total size of the skippable frame, not including the `Skippable_Magic_Number` or `Frame_Size`. 54 This is for compatibility with [Zstandard skippable frames]. 56 [Zstandard skippable frames]: https://github.com/facebook/zstd/blob/master/doc/zstd_compression_for… 109 The size of the decompressed data contained in the frame. For skippable or otherwise empty frames,…
|
/external/libaom/libaom/av1/encoder/ |
D | intra_mode_search.c | 412 int64_t *distortion, int *skippable, in rd_pick_filter_intra_sby() argument 461 *skippable = tokenonly_rd_stats.skip; in rd_pick_filter_intra_sby() 567 int *rate, int *rate_tokenonly, int64_t *distortion, int *skippable, in palette_rd_y() argument 633 if (skippable) *skippable = tokenonly_rd_stats.skip; in palette_rd_y() 644 int *rate, int *rate_tokenonly, int64_t *distortion, int *skippable, in perform_top_color_coarse_palette_search() argument 656 skippable, beat_best_rd, ctx, best_blk_skip, tx_type_map, in perform_top_color_coarse_palette_search() 672 int *skippable, int *beat_best_rd, PICK_MODE_CONTEXT *ctx, in perform_k_means_coarse_palette_search() argument 688 skippable, beat_best_rd, ctx, best_blk_skip, tx_type_map, in perform_k_means_coarse_palette_search() 706 int *skippable, int *beat_best_rd, PICK_MODE_CONTEXT *ctx, in perform_top_color_palette_search() argument 720 skippable, beat_best_rd, ctx, best_blk_skip, tx_type_map, in perform_top_color_palette_search() [all …]
|
D | intra_mode_search.h | 47 int64_t *distortion, int *skippable, 60 int64_t *distortion, int *skippable,
|
D | context_tree.h | 45 int skippable; member
|
D | nonrd_pickmode.c | 730 RD_STATS *this_rdc, int *skippable, int64_t *sse, in block_yrd() argument 766 *skippable = 1; in block_yrd() 832 *skippable &= (*eob == 0); in block_yrd() 838 this_rdc->skip = *skippable; in block_yrd() 842 if (*skippable) { in block_yrd() 925 ctx->skippable = x->force_skip; 930 ctx->skippable = x->force_skip; 1102 int skippable; member 1132 block_yrd(cpi, x, 0, 0, &this_rdc, &args->skippable, &this_sse, bsize_tx, 1447 args.skippable = 1; [all …]
|
D | context_tree.c | 248 dst_ctx->skippable = src_ctx->skippable; in av1_copy_tree_context()
|
D | rdopt.c | 897 int64_t comp_pred_diff[REFERENCE_MODES], int skippable) { in store_coding_context() argument 903 ctx->skippable = skippable; in store_coding_context()
|
D | encodeframe.c | 783 ctx->skippable = 0; in pick_sb_modes() 2998 !x->e_mbd.lossless[xd->mi[0]->segment_id] && ctx_none->skippable) { in rd_pick_partition()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_tokenize.c | 422 int *skippable; member 433 args->skippable[0] &= (!args->eobs[block]); in is_skippable() 455 *(args->skippable) |= (args->eobs[block] > eobs); in has_high_freq_coeff()
|
D | vp9_rdopt.c | 81 uint8_t skippable; member 875 args->skippable &= !x->plane[plane].eobs[block]; in block_rd_txfm() 879 int64_t *distortion, int *skippable, int64_t *sse, in txfm_rd_in_plane() argument 891 args.skippable = 1; in txfm_rd_in_plane() 906 *skippable = 0; in txfm_rd_in_plane() 911 *skippable = args.skippable; in txfm_rd_in_plane() 1377 int *skippable, BLOCK_SIZE bsize, in rd_pick_intra_sby_mode() argument 1400 if (*skippable) break; in rd_pick_intra_sby_mode() 1420 *skippable = s; in rd_pick_intra_sby_mode() 1433 int64_t *distortion, int *skippable, int64_t *sse, in super_block_uvrd() argument [all …]
|
D | vp9_context_tree.h | 47 int skippable; member
|
D | vp9_pickmode.c | 710 int *skippable, int64_t *sse, BLOCK_SIZE bsize, in block_yrd() argument 738 *skippable = 0; in block_yrd() 759 *skippable = 1; in block_yrd() 795 *skippable &= (*eob == 0); in block_yrd() 805 if (*skippable) { in block_yrd() 1032 int skippable; member 1064 block_yrd(cpi, x, &this_rdc, &args->skippable, &this_sse, bsize_tx, in estimate_block_intra() 1182 args.skippable = 1; in vp9_pick_intra_mode() 1187 if (args.skippable) { in vp9_pick_intra_mode() 2585 args.skippable = 1; in vp9_pick_inter_mode() [all …]
|
D | vp9_encodeframe.c | 2025 ctx->skippable = 0; in rd_pick_sb_modes() 4050 if ((do_split || do_rect) && !x->e_mbd.lossless && ctx->skippable) { in rd_pick_partition()
|
/external/rust/crates/walkdir/src/ |
D | lib.rs | 851 } else if self.skippable() { in handle_entry() 867 if !self.skippable() { in get_deferred_dir() 974 fn skippable(&self) -> bool { in skippable() method
|
/external/lz4/doc/ |
D | lz4_Frame_format.md | 312 it is discouraged to start a flow of concatenated frames with a skippable frame. 314 encapsulated into a skippable frame, 316 followed by a skippable frame. 324 All 16 values are valid to identify a skippable frame. 402 1.4 : added skippable streams, re-added stream checksum
|
/external/llvm/test/Other/ |
D | opt-bisect-legacy-pass-manager.ll | 16 ; skippable passes skipped. 21 ; Verify that no skippable passes are run with -opt-bisect-limit=0.
|
/external/zstd/contrib/pzstd/ |
D | README.md | 7 Pzstandard will write a 12 byte header for each frame that is a skippable frame in the Zstandard fo…
|
/external/llvm-project/llvm/test/Other/ |
D | opt-bisect-legacy-pass-manager.ll | 16 ; skippable passes skipped. 22 ; Verify that no skippable passes are run with -opt-bisect-limit=0.
|
/external/zstd/doc/ |
D | zstd_compression_format.md | 89 - [Skippable frames](#skippable-frames) 105 skippable frames contain custom user metadata. 972 From a compliant decoder perspective, skippable frames need just be skipped, 973 and their content ignored, resuming decoding after the skippable frame. 975 It can be noted that a skippable frame 985 All 16 values are valid to identify a skippable frame. 986 This specification doesn't detail any specific tagging for skippable frames.
|
/external/lz4/ |
D | NEWS | 138 New : lz4frame supports skippable frames, as requested by Sergey Cherepanov
|
/external/zstd/ |
D | CHANGELOG | 272 api : fix : support large skippable frames, by @terrelln 502 New : Support for skippable frames
|
/external/exoplayer/tree/ |
D | RELEASENOTES.md | 1709 * IMA extension: Support skipping of skippable ads on AndroidTV and other
|