comparison DOCS/tech/mpcf.txt @ 14911:6a8b15582f64

store local keyframes too so faster seeking is possible
author michael
date Fri, 04 Mar 2005 03:16:40 +0000
parents f2fcd2622a61
children 1d4861b2ac4a
comparison
equal deleted inserted replaced
14910:07be3bc42d47 14911:6a8b15582f64
322 index_modulo 322 index_modulo
323 index_id 323 index_id
324 each index packet contains every index_moduloth's keyframe of a stream, 324 each index packet contains every index_moduloth's keyframe of a stream,
325 so the i'th keyframe of a stream will be at least in packets with 325 so the i'th keyframe of a stream will be at least in packets with
326 (i % index_modulo) == index_id 326 (i % index_modulo) == index_id
327 furthermore a index packet contains all indexed keyframes since the
328 last index packet
329 (indexed keyframes == keyframes which are referenced from any index
330 packet)
327 331
328 index_increment 332 index_increment
329 the index_id increment value, this MUST be a relative prime to 333 the index_id increment value, this MUST be a relative prime to
330 index_modulo 334 index_modulo
331 index_increment / index_modulo SHOULD be approximately 2/(sqrt(5)+1) 335 index_increment / index_modulo SHOULD be approximately 2/(sqrt(5)+1)