Lines Matching refs:buffer
102 uint8_t buf_sel; ///< active frame buffer: 0 - primary, 1 -secondary
215 /* set buffer pointers = buf_ptr + pitch and thus skip the INTRA prediction line */
580 * @param last_ptr pointer to the last byte to catch reads past end of buffer
715 av_log(avctx, AV_LOG_ERROR, "Mode %d: attempt to read past end of buffer\n", mode);
719 return data_ptr - data_start; /* report number of bytes consumed from the input buffer */
820 ctx->next_cell_data = &ctx->gb.buffer[(get_bits_count(&ctx->gb) + 7) >> 3];
835 ctx->next_cell_data = &ctx->gb.buffer[(get_bits_count(&ctx->gb) + 7) >> 3];
921 bs_hdr = gb.buffer;
969 /* unfortunately there is no common order of planes in the buffer */
987 FFMIN3(y_offset, v_offset, u_offset) < gb.buffer - bs_hdr + 16 ||
996 ctx->alt_quant = gb.buffer;
1022 * @param[in] buf_sel indicates which frame buffer the input data stored in
1023 * @param[out] dst pointer to the buffer receiving converted pixels
1096 /* use BS_BUFFER flag for buffer switching */