Home
last modified time | relevance | path

Searched refs:shift_w (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dspace_to_batch_fp32.c43 int shift_w = (out_b / input_batch_size) % block_shape_width; in DoSpaceToBatch() local
50 out_w * block_shape_width + shift_w < padding_left || in DoSpaceToBatch()
51 out_w * block_shape_width + shift_w >= padding_left + input_width) { in DoSpaceToBatch()
55 int in_w = (out_w * block_shape_width + shift_w) - padding_left; in DoSpaceToBatch()
/third_party/ffmpeg/libavfilter/
Dvf_waveform.c111 int shift_w[4], shift_h[4]; member
684 const int shift_w = s->shift_w[component]; in lowpass16() local
692 const int src_w = AV_CEIL_RSHIFT(in->width, shift_w); in lowpass16()
697 const int step = column ? 1 << shift_w : 1 << shift_h; in lowpass16()
822 const int shift_w = s->shift_w[component]; in lowpass() local
829 const int src_w = AV_CEIL_RSHIFT(in->width, shift_w); in lowpass()
834 const int step = column ? 1 << shift_w : 1 << shift_h; in lowpass()
961 const int c0_shift_w = s->shift_w[ component + 0 ]; in flat16()
962 const int c1_shift_w = s->shift_w[(component + 1) % s->ncomp]; in flat16()
963 const int c2_shift_w = s->shift_w[(component + 2) % s->ncomp]; in flat16()
[all …]
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_job.c69 fb->shift_w = 0; in lima_get_fb_info()
75 fb->shift_w++; in lima_get_fb_info()
85 fb->shift_min = MIN3(fb->shift_w, fb->shift_h, 2); in lima_get_fb_info()
457 PLBU_CMD_BLOCK_STEP(fb->shift_min, fb->shift_h, fb->shift_w); in lima_pack_head_plbu_cmd()
580 (x >> fb->shift_w)) * LIMA_CTX_PLB_BLK_SIZE; in lima_generate_pp_stream()
660 .shift_w = fb->shift_w, in lima_update_damage_pp_stream()
695 s->key.shift_w = fb->shift_w; in lima_update_damage_pp_stream()
882 frame->blocking = (fb->shift_min << 28) | (fb->shift_h << 16) | fb->shift_w; in lima_pack_pp_frame_reg()
1021 pp_frame.dlbu_regs[2] = (s << 28) | (fb->shift_h << 16) | fb->shift_w; in lima_do_job()
Dlima_context.h37 int shift_w, shift_h; member
164 uint16_t shift_w, shift_h; member
Dlima_gpu.h123 #define PLBU_CMD_BLOCK_STEP(shift_min, shift_h, shift_w) \ argument
124 PLBU_CMD(((shift_min) << 28) | ((shift_h) << 16) | (shift_w), 0x1000010C)
Dlima_job.h57 int shift_w, shift_h; member