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

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.h 96 struct vl_zscan_buffer zscan[VL_NUM_COMPONENTS]; member in struct:vl_mpeg12_buffer
vl_mpeg12_decoder.c 208 &buffer->zscan[i], buffer->zscan_source, destination[i]))
215 vl_zscan_cleanup_buffer(&buffer->zscan[i - 1]);
233 vl_zscan_cleanup_buffer(&buffer->zscan[i]);
619 struct vl_zscan *zscan = i == 0 ? &dec->zscan_y : &dec->zscan_c; local
620 vl_zscan_upload_quant(zscan, &buf->zscan[i], intra_matrix, true);
621 vl_zscan_upload_quant(zscan, &buf->zscan[i], non_intra_matrix, false);
648 vl_zscan_set_layout(&buf->zscan[i], dec->zscan_linear);
742 vl_zscan_set_layout(&buf->zscan[i], desc->alternate_scan
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv84_video.h 100 const int *zscan; member in struct:nv84_decoder
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_uvd.c 825 const int *zscan = pic->alternate_scan ? vl_zscan_alternate : vl_zscan_normal; local
838 result.intra_quantiser_matrix[i] = pic->intra_matrix[zscan[i]];
839 result.nonintra_quantiser_matrix[i] = pic->non_intra_matrix[zscan[i]];
    [all...]

Completed in 2051 milliseconds