HomeSort by relevance Sort by last modified time
    Searched refs:blocks_per_line (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_zscan.h 47 unsigned blocks_per_line; member in struct:vl_zscan
75 vl_zscan_layout(struct pipe_context *pipe, const int layout[64], unsigned blocks_per_line);
80 unsigned blocks_per_line, unsigned blocks_total,
vl_mpeg12_decoder.h 53 unsigned blocks_per_line; member in struct:vl_mpeg12_decoder
vl_zscan.c 155 * tmp.xy = InstanceID / blocks_per_line
159 * o_vtex.x = vrect.x / blocks_per_line + tmp.x
161 * o_vtex.z = tmp.z * blocks_per_line / blocks_total
168 ureg_imm1f(shader, 1.0f / zscan->blocks_per_line));
175 ureg_imm1f(shader, 1.0f / (zscan->blocks_per_line * VL_BLOCK_WIDTH)
179 ureg_imm1f(shader, 1.0f / zscan->blocks_per_line), ureg_src(tmp));
183 ureg_imm1f(shader, (float)zscan->blocks_per_line / zscan->blocks_total));
371 vl_zscan_layout(struct pipe_context *pipe, const int layout[64], unsigned blocks_per_line)
373 const unsigned total_size = blocks_per_line * VL_BLOCK_WIDTH * VL_BLOCK_HEIGHT;
386 VL_BLOCK_WIDTH * blocks_per_line,
    [all...]
vl_mpeg12_decoder.c 178 res_tmpl.width0 = dec->blocks_per_line * VL_BLOCK_WIDTH * VL_BLOCK_HEIGHT;
179 res_tmpl.height0 = align(dec->num_blocks, dec->blocks_per_line) / dec->blocks_per_line;
941 dec->zscan_linear = vl_zscan_layout(dec->context, vl_zscan_linear, dec->blocks_per_line);
942 dec->zscan_normal = vl_zscan_layout(dec->context, vl_zscan_normal, dec->blocks_per_line);
943 dec->zscan_alternate = vl_zscan_layout(dec->context, vl_zscan_alternate, dec->blocks_per_line);
948 dec->blocks_per_line, dec->num_blocks, num_channels))
952 dec->blocks_per_line, dec->num_blocks, num_channels))
    [all...]

Completed in 130 milliseconds