Home
last modified time | relevance | path

Searched refs:buf_sel (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dindeo3.c102 uint8_t buf_sel; ///< active frame buffer: 0 - primary, 1 -secondary member
240 dst = plane->pixels[ctx->buf_sel] + offset_dst; in copy_cell()
257 src = plane->pixels[ctx->buf_sel ^ 1] + offset; in copy_cell()
601 block = plane->pixels[ctx->buf_sel] + offset; in decode_cell()
627 ref_block = plane->pixels[ctx->buf_sel ^ 1] + offset; in decode_cell()
1027 static void output_plane(const Plane *plane, int buf_sel, uint8_t *dst, in output_plane() argument
1031 const uint8_t *src = plane->pixels[buf_sel]; in output_plane()
1097 ctx->buf_sel = (ctx->frame_flags >> BS_BUFFER) & 1; in decode_frame()
1113 output_plane(&ctx->planes[0], ctx->buf_sel, in decode_frame()
1116 output_plane(&ctx->planes[1], ctx->buf_sel, in decode_frame()
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_tex.cpp514 int buf_sel = (512 + R600_BUFFER_INFO_OFFSET / 16) + 2 * tex->texture_index; in emit_buf_txf() local
519 vf.uniform(buf_sel, i, R600_BUFFER_INFO_CONST_BUFFER), in emit_buf_txf()
526 vf.uniform(buf_sel + 1, 0, R600_BUFFER_INFO_CONST_BUFFER), in emit_buf_txf()