Lines Matching refs:buf_sel
102 uint8_t buf_sel; ///< active frame buffer: 0 - primary, 1 -secondary
240 dst = plane->pixels[ctx->buf_sel] + offset_dst;
257 src = plane->pixels[ctx->buf_sel ^ 1] + offset;
601 block = plane->pixels[ctx->buf_sel] + offset;
627 ref_block = plane->pixels[ctx->buf_sel ^ 1] + offset;
1022 * @param[in] buf_sel indicates which frame buffer the input data stored in
1027 static void output_plane(const Plane *plane, int buf_sel, uint8_t *dst,
1031 const uint8_t *src = plane->pixels[buf_sel];
1097 ctx->buf_sel = (ctx->frame_flags >> BS_BUFFER) & 1;
1113 output_plane(&ctx->planes[0], ctx->buf_sel,
1116 output_plane(&ctx->planes[1], ctx->buf_sel,
1119 output_plane(&ctx->planes[2], ctx->buf_sel,