Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dgemdec.c65 int pl_bit = state->pl & 7; in put_lines_bits() local
69 p->data[0][ (state->y + y) * p->linesize[0] + (x * 8 + 7 - i) * pixel_size + pl_byte] |= !!(row[x] & (1 << i)) << pl_bit; in put_lines_bits()

Completed in 1 milliseconds