Home
last modified time | relevance | path

Searched defs:block_w (Results 1 – 19 of 19) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dvideodsp_init.c152 x86_reg block_w, x86_reg block_h, in emulated_edge_mc()
229 int block_w, int block_h, in emulated_edge_mc_mmx()
240 int block_w, int block_h, in emulated_edge_mc_sse()
252 int block_w, int block_h, in emulated_edge_mc_sse2()
265 int block_w, int block_h, in emulated_edge_mc_avx2()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Dspace_to_batch_nd_infer.c36 int block_w = 1; in SpaceSetOutputShapeFromParam() local
77 int block_w = 1; in SpaceSetOutputShapeFromInput() local
Dspace_to_batch_infer.c45 int block_w = 1; in SpaceToBatchInferShape() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/base/
Dbatch_to_space_base.c22 int block_w = block[1]; in BatchToSpaceNoCropForNHWC() local
51 int block_w = block[1]; in BatchToSpaceForNHWC() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dbatch_to_space_int8.c22 int block_w = block[1]; in BatchToSpaceNoCropForNHWCInt8() local
59 int block_w = block[1]; in BatchToSpaceForNHWCInt8() local
Dspace_to_batch_int8.c25 int block_w = block_sizes[1]; in DoSpaceToBatchNHWCInt8() local
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_job.h58 int block_w, block_h; member
Dlima_context.h38 int block_w, block_h; member
165 uint16_t block_w, block_h; member
Dlima_gpu.h127 #define PLBU_CMD_BLOCK_STRIDE(block_w) PLBU_CMD((block_w) & 0xff, 0x30000000) argument
/third_party/ffmpeg/libavcodec/
Dsnowenc.c242 const int block_w= 1<<(LOG2_MB_SIZE - level); in encode_q_branch() local
517 const int block_w = plane_index ? block_size>>s->chroma_h_shift : block_size; in get_dc() local
612 const int block_w = plane_index ? block_size>>s->chroma_h_shift : block_size; in get_block_rd() local
714 const int block_w = plane_index ? block_size>>s->chroma_h_shift : block_size; in get_4block_rd() local
1077 const int block_w= MB_SIZE >> s->block_max_depth; in iterative_me() local
Dfmvc.c499 int block_w = s->blocks[block].w; in decode_frame() local
Dhevcdec.c1482 int block_w, int block_h, int luma_weight, int luma_offset) in luma_mc_uni()
1543int block_w, int block_h, AVFrame *ref1, const Mv *mv1, struct MvField *current_mv) in luma_mc_bi()
1634 …int x_off, int y_off, int block_w, int block_h, struct MvField *current_mv, int chroma_weight, int… in chroma_mc_uni()
1698 … int x_off, int y_off, int block_w, int block_h, struct MvField *current_mv, int cidx) in chroma_mc_bi()
Dsnowdec.c41 int block_w = plane_index ? block_size>>s->chroma_h_shift : block_size; in predict_slice_buffered() local
Dsnow.h411 int block_w = plane_index ? block_size>>s->chroma_h_shift : block_size; in predict_slice() local
467 const int block_w= 1<<rem_depth; in set_blocks() local
Dvp8.c1811 int x_off, int y_off, int block_w, int block_h, in vp8_mc_luma()
1869 int x_off, int y_off, int block_w, int block_h, in vp8_mc_chroma()
1919 int bx_off, int by_off, int block_w, int block_h, in vp8_mc_part()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c406 const uint32_t block_w = vk_format_get_blockwidth(image->vk.format); in copy_image_to_buffer_tlb() local
812 const uint32_t block_w = vk_format_get_blockwidth(src->vk.format); in copy_image_tfu() local
914 const uint32_t block_w = vk_format_get_blockwidth(dst->vk.format); in copy_image_tlb() local
1302 const uint32_t block_w = vk_format_get_blockwidth(image->vk.format); in copy_buffer_to_image_tfu() local
1418 const uint32_t block_w = vk_format_get_blockwidth(image->vk.format); in copy_buffer_to_image_tlb() local
4245 const uint32_t block_w = vk_format_get_blockwidth(dst->vk.format); in resolve_image_tlb() local
/third_party/ffmpeg/libavfilter/
Dvf_shufflepixels.c38 int block_w, block_h; member
/third_party/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp545 Decoder(int block_w, int block_h, int block_d, bool srgb, bool output_unorm8) in Decoder()
551 int block_w, block_h, block_d; member in Decoder
1263 void Block::compute_infill_weights(int block_w, int block_h, int block_d) in compute_infill_weights()
/third_party/mesa3d/src/panfrost/lib/
Dpan_texture.c677 unsigned block_w = util_format_get_blockwidth(iview->format); in panfrost_needs_explicit_stride() local