Searched refs:shift_w (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_waveform.c | 111 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/ |
D | lima_job.c | 81 fb->shift_w = 0; in lima_get_fb_info() 87 fb->shift_w++; in lima_get_fb_info() 97 fb->shift_min = MIN3(fb->shift_w, fb->shift_h, 2); in lima_get_fb_info() 402 PLBU_CMD_BLOCK_STEP(fb->shift_min, fb->shift_h, fb->shift_w); in lima_pack_head_plbu_cmd() 527 (x >> fb->shift_w)) * LIMA_CTX_PLB_BLK_SIZE; in lima_generate_pp_stream() 607 .shift_w = fb->shift_w, in lima_update_damage_pp_stream() 642 s->key.shift_w = fb->shift_w; in lima_update_damage_pp_stream() 841 frame->blocking = (fb->shift_min << 28) | (fb->shift_h << 16) | fb->shift_w; in lima_pack_pp_frame_reg() 980 pp_frame.dlbu_regs[2] = (s << 28) | (fb->shift_h << 16) | fb->shift_w; in lima_do_job()
|
D | lima_gpu.h | 123 #define PLBU_CMD_BLOCK_STEP(shift_min, shift_h, shift_w) \ argument 124 PLBU_CMD(((shift_min) << 28) | ((shift_h) << 16) | (shift_w), 0x1000010C)
|
D | lima_context.h | 38 int shift_w, shift_h; member 168 uint16_t shift_w, shift_h; member
|
D | lima_job.h | 57 int shift_w, shift_h; member
|