| /external/libaom/aom_util/ | 
| D | debug_util.c | 138                                int pixel_r, int blk_w, int blk_h, int highbd) {  in mismatch_record_block_pre()  argument139   if (pixel_c + blk_w >= frame_stride || pixel_r + blk_h >= frame_height) {  in mismatch_record_block_pre()
 145   for (int r = 0; r < blk_h; ++r) {  in mismatch_record_block_pre()
 161       ref_pixel_r < pixel_r + blk_h) {  in mismatch_record_block_pre()
 165         frame_idx_w, frame_offset, plane, pixel_c, pixel_r, blk_w, blk_h);  in mismatch_record_block_pre()
 171                               int pixel_r, int blk_w, int blk_h, int highbd) {  in mismatch_record_block_tx()  argument
 172   if (pixel_c + blk_w >= frame_stride || pixel_r + blk_h >= frame_height) {  in mismatch_record_block_tx()
 178   for (int r = 0; r < blk_h; ++r) {  in mismatch_record_block_tx()
 193       ref_pixel_r >= pixel_r && ref_pixel_r < pixel_r + blk_h) {  in mismatch_record_block_tx()
 197         frame_idx_w, frame_offset, plane, pixel_c, pixel_r, blk_w, blk_h);  in mismatch_record_block_tx()
 [all …]
 
 | 
| D | debug_util.h | 53                                int pixel_r, int blk_w, int blk_h, int highbd);56                               int pixel_r, int blk_w, int blk_h, int highbd);
 59                               int pixel_r, int blk_w, int blk_h, int highbd);
 62                              int pixel_r, int blk_w, int blk_h, int highbd);
 
 | 
| /external/libvpx/vpx_util/ | 
| D | vpx_debug_util.c | 118                                int pixel_c, int pixel_r, int blk_w, int blk_h,  in mismatch_record_block_pre()  argument123   if (pixel_c + blk_w >= frame_stride || pixel_r + blk_h >= frame_height) {  in mismatch_record_block_pre()
 128   for (r = 0; r < blk_h; ++r) {  in mismatch_record_block_pre()
 143         ref_pixel_r >= pixel_r && ref_pixel_r < pixel_r + blk_h) {  in mismatch_record_block_pre()
 147           frame_idx_w, plane, pixel_c, pixel_r, blk_w, blk_h);  in mismatch_record_block_pre()
 153                               int pixel_c, int pixel_r, int blk_w, int blk_h,  in mismatch_record_block_tx()  argument
 157   if (pixel_c + blk_w >= frame_stride || pixel_r + blk_h >= frame_height) {  in mismatch_record_block_tx()
 162   for (r = 0; r < blk_h; ++r) {  in mismatch_record_block_tx()
 177         ref_pixel_r >= pixel_r && ref_pixel_r < pixel_r + blk_h) {  in mismatch_record_block_tx()
 181           frame_idx_w, plane, pixel_c, pixel_r, blk_w, blk_h);  in mismatch_record_block_tx()
 [all …]
 
 | 
| D | vpx_debug_util.h | 53                                int pixel_c, int pixel_r, int blk_w, int blk_h,56                               int pixel_c, int pixel_r, int blk_w, int blk_h,
 59                               int pixel_c, int pixel_r, int blk_w, int blk_h,
 62                              int pixel_c, int pixel_r, int blk_w, int blk_h,
 
 | 
| /external/mesa3d/src/gallium/drivers/radeonsi/ | 
| D | cik_sdma.c | 71    unsigned srcy = src_box->y / ssrc->surface.blk_h;  in si_sdma_v4_copy_texture()74    unsigned copy_height = DIV_ROUND_UP(src_box->height, ssrc->surface.blk_h);  in si_sdma_v4_copy_texture()
 89    dsty /= sdst->surface.blk_h;  in si_sdma_v4_copy_texture()
 149                                  ? DIV_ROUND_UP(ssrc->buffer.b.b.height0, ssrc->surface.blk_h)  in si_sdma_v4_copy_texture()
 150                                  : DIV_ROUND_UP(sdst->buffer.b.b.height0, sdst->surface.blk_h);  in si_sdma_v4_copy_texture()
 230    unsigned dst_height = minify_as_blocks(sdst->buffer.b.b.height0, dst_level, sdst->surface.blk_h);  in cik_sdma_copy_texture()
 231    unsigned src_height = minify_as_blocks(ssrc->buffer.b.b.height0, src_level, ssrc->surface.blk_h);  in cik_sdma_copy_texture()
 233    unsigned srcy = src_box->y / ssrc->surface.blk_h;  in cik_sdma_copy_texture()
 236    unsigned copy_height = DIV_ROUND_UP(src_box->height, ssrc->surface.blk_h);  in cik_sdma_copy_texture()
 252    dsty /= sdst->surface.blk_h;  in cik_sdma_copy_texture()
 
 | 
| D | si_texture.c | 196              (box->y / tex->surface.blk_h * tex->surface.u.gfx9.surf_pitch +  in si_texture_get_offset()211              (box->y / tex->surface.blk_h * tex->surface.u.legacy.level[level].nblk_x +  in si_texture_get_offset()
 838                 tex->surface.blk_w, tex->surface.blk_h, tex->buffer.b.b.array_size,  in si_print_texture_info()
 
 | 
| /external/libdrm/radeon/ | 
| D | radeon_surface.c | 177     surflevel->nblk_y = (surflevel->npix_y + surf->blk_h - 1) / surf->blk_h;  in surf_minify()586     surflevel->nblk_y = (surflevel->npix_y + surf->blk_h - 1) / surf->blk_h;  in eg_surf_minify()
 1437         surflevel->nblk_y = (next_power_of_two(surflevel->npix_y) + surf->blk_h - 1) / surf->blk_h;  in si_surf_minify()
 1441         surflevel->nblk_y = (surflevel->npix_y + surf->blk_h - 1) / surf->blk_h;  in si_surf_minify()
 1487         surflevel->nblk_y = (next_power_of_two(surflevel->npix_y) + surf->blk_h - 1) / surf->blk_h;  in si_surf_minify_2d()
 1491         surflevel->nblk_y = (surflevel->npix_y + surf->blk_h - 1) / surf->blk_h;  in si_surf_minify_2d()
 2479     if (!surf->blk_w || !surf->blk_h || !surf->blk_d) {  in radeon_surface_sanity()
 
 | 
| D | radeon_surface.h | 115     uint32_t                    blk_h;  member
 | 
| /external/mesa3d/src/amd/vulkan/winsys/amdgpu/ | 
| D | radv_amdgpu_surface.c | 44 	if (!surf->blk_w || !surf->blk_h)  in radv_amdgpu_surface_sanity()
 | 
| /external/mesa3d/src/gallium/winsys/radeon/drm/ | 
| D | radeon_drm_surface.c | 104    surf_drm->blk_h = util_format_get_blockheight(tex->format);  in surf_winsys_to_drm()184    surf_ws->blk_h = surf_drm->blk_h;  in surf_drm_to_winsys()
 
 | 
| /external/mesa3d/src/gallium/winsys/amdgpu/drm/ | 
| D | amdgpu_surface.c | 77    surf->blk_h = util_format_get_blockheight(tex->format);  in amdgpu_surface_init()
 | 
| /external/mesa3d/src/mesa/main/ | 
| D | texcompress_astc.cpp | 1836    unsigned blk_w, blk_h;  in _mesa_unpack_astc_2d_ldr()  local1837    _mesa_get_format_block_size(format, &blk_w, &blk_h);  in _mesa_unpack_astc_2d_ldr()
 1841    unsigned y_blocks = (src_height + blk_h - 1) / blk_h;  in _mesa_unpack_astc_2d_ldr()
 1843    Decoder dec(blk_w, blk_h, 1, srgb, true);  in _mesa_unpack_astc_2d_ldr()
 1854          unsigned dst_blk_h = MIN2(blk_h, src_height - y*blk_h);  in _mesa_unpack_astc_2d_ldr()
 1870       dst_row += dst_stride * blk_h;  in _mesa_unpack_astc_2d_ldr()
 
 | 
| /external/mesa3d/src/amd/common/ | 
| D | ac_surface.h | 195    unsigned blk_h : 4;  member
 | 
| D | ac_surface.c | 700        surf->blk_h == 1) {  in get_display_flag()702       if (surf->blk_w == 2 && surf->blk_h == 1)  in get_display_flag()
 862    compressed = surf->blk_w == 4 && surf->blk_h == 4;  in gfx6_compute_surface()
 1783    compressed = surf->blk_w == 4 && surf->blk_h == 4;  in gfx9_compute_surface()
 
 | 
| /external/libaom/av1/encoder/ | 
| D | encodemb.c | 487     int blk_h = block_size_high[bsize];  in encode_block()  local491                              plane, pixel_c, pixel_r, blk_w, blk_h,  in encode_block()
 
 | 
| D | encoder.c | 1902   const int blk_h = 16;  in av1_set_screen_content_options()  local1912   for (int r = 0; r + blk_h <= height; r += blk_h) {  in av1_set_screen_content_options()
 1918         av1_count_colors_highbd(this_src, stride, blk_w, blk_h, bd, NULL,  in av1_set_screen_content_options()
 1921         av1_count_colors(this_src, stride, blk_w, blk_h, count_buf, &n_colors);  in av1_set_screen_content_options()
 1936       counts_1 * blk_h * blk_w * 10 > width * height;  in av1_set_screen_content_options()
 1940                             counts_2 * blk_h * blk_w * 12 > width * height;  in av1_set_screen_content_options()
 1944       (counts_1 * blk_h * blk_w * 10 > width * height * 4 &&  in av1_set_screen_content_options()
 1945        counts_2 * blk_h * blk_w * 30 > width * height);  in av1_set_screen_content_options()
 
 | 
| /external/mesa3d/src/mesa/state_tracker/ | 
| D | st_cb_texture.c | 338          unsigned blk_w, blk_h;  in st_MapTextureImage()  local339          _mesa_get_format_block_size(texImage->TexFormat, &blk_w, &blk_h);  in st_MapTextureImage()
 341          unsigned y_blocks = DIV_ROUND_UP(texImage->Height2, blk_h);  in st_MapTextureImage()
 349             (z * y_blocks + (y / blk_h)) * stride +  in st_MapTextureImage()
 
 | 
| /external/libvpx/vp9/encoder/ | 
| D | vp9_encodemb.c | 714     int blk_h = 1 << (tx_size + TX_UNIT_SIZE_LOG2);  in encode_block()  local718                              blk_w, blk_h,  in encode_block()
 
 | 
| /external/mesa3d/src/gallium/drivers/r600/ | 
| D | r600_texture.c | 192 		(box->y / rtex->surface.blk_h *  in r600_texture_get_offset()836 		rtex->surface.blk_h,  in r600_print_texture_info()
 
 | 
| D | r600_state.c | 2988 	copy_height = src_box->height / rsrc->surface.blk_h;  in r600_dma_copy()
 | 
| D | evergreen_state.c | 3930 	copy_height = src_box->height / rsrc->surface.blk_h;  in evergreen_dma_copy()
 | 
| /external/libvpx/vp9/decoder/ | 
| D | vp9_decodeframe.c | 408     int blk_h = 1 << (tx_size + TX_UNIT_SIZE_LOG2);  in reconstruct_inter_block()  local412                             blk_h, xd->cur_buf->flags & YV12_FLAG_HIGHBITDEPTH);  in reconstruct_inter_block()
 
 | 
| /external/mesa3d/src/amd/vulkan/ | 
| D | radv_image.c | 1324 		image->planes[i].surface.blk_h = vk_format_get_blockheight(format);  in radv_image_reset_layout()
 | 
| /external/libaom/av1/decoder/ | 
| D | decodeframe.c | 252   int blk_h = block_size_high[bsize];  in inverse_transform_inter_block()  local258                           plane, pixel_c, pixel_r, blk_w, blk_h,  in inverse_transform_inter_block()
 
 |