Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dprompeg.c105 PrompegFec **fec_arr, **fec_col_tmp, **fec_col, *fec_row; member
367 s->fec_col_tmp = s->fec_arr + 1 + s->l; in prompeg_init()
418 // swap fec_col and fec_col_tmp in prompeg_write()
420 s->fec_col[col_idx] = s->fec_col_tmp[col_idx]; in prompeg_write()
421 s->fec_col_tmp[col_idx] = fec_tmp; in prompeg_write()
423 memcpy(s->fec_col_tmp[col_idx]->bitstring, bitstring, s->bitstring_size); in prompeg_write()
424 s->fec_col_tmp[col_idx]->sn = AV_RB16(buf + 2); in prompeg_write()
425 s->fec_col_tmp[col_idx]->ts = AV_RB32(buf + 4); in prompeg_write()
427 xor_fast(s->fec_col_tmp[col_idx]->bitstring, bitstring, in prompeg_write()
428 s->fec_col_tmp[col_id in prompeg_write()
[all...]

Completed in 2 milliseconds