Home
last modified time | relevance | path

Searched refs:cluster_id (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dhistogram_enc.c586 int i, cluster_id; in HistogramCopyAndAnalyze() local
591 for (cluster_id = 0, i = 0; i < orig_histo->max_size; ++i) { in HistogramCopyAndAnalyze()
609 histogram_symbols[i] = cluster_id++; in HistogramCopyAndAnalyze()
610 assert(cluster_id <= image_histo->max_size); in HistogramCopyAndAnalyze()
/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c4070 uint64_t cluster_id, cluster_length; in webm_clusters_start_with_keyframe() local
4075 read = ebml_read_num(matroska, matroska->ctx->pb, 4, &cluster_id, 1); in webm_clusters_start_with_keyframe()
4076 if (read < 0 || cluster_id != 0xF43B675) // done with all clusters in webm_clusters_start_with_keyframe()

Completed in 10 milliseconds