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

  /external/libdrm/radeon/
radeon_surface.h 115 uint32_t blk_h; member in struct:radeon_surface
radeon_surface.c 172 surflevel->nblk_y = (surflevel->npix_y + surf->blk_h - 1) / surf->blk_h;
581 surflevel->nblk_y = (surflevel->npix_y + surf->blk_h - 1) / surf->blk_h;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_temporal_filter_msa.c 276 uint32_t blk_h, int32_t strength,
279 if (8 == (blk_w * blk_h)) {
282 } else if (16 == (blk_w * blk_h)) {
286 vp9_temporal_filter_apply_c(frame1_ptr, stride, frame2_ptr, blk_w, blk_h,
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_texture.c 84 surface->blk_h = util_format_get_blockheight(ptex->format);
  /external/mesa3d/src/gallium/drivers/r600/
r600_texture.c 85 surface->blk_h = util_format_get_blockheight(ptex->format);
    [all...]

Completed in 268 milliseconds