Home
last modified time | relevance | path

Searched refs:shift_w (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_waveform.c116 int shift_w[4], shift_h[4]; member
695 const int shift_w = s->shift_w[component]; in lowpass16() local
703 const int src_w = AV_CEIL_RSHIFT(in->width, shift_w); in lowpass16()
708 const int step = column ? 1 << shift_w : 1 << shift_h; in lowpass16()
833 const int shift_w = s->shift_w[component]; in lowpass() local
840 const int src_w = AV_CEIL_RSHIFT(in->width, shift_w); in lowpass()
845 const int step = column ? 1 << shift_w : 1 << shift_h; in lowpass()
972 const int c0_shift_w = s->shift_w[ componen in flat16()
[all...]
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_job.c81 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()
[all...]
H A Dlima_context.h38 int shift_w, shift_h; member
168 uint16_t shift_w, shift_h; member
H A Dlima_gpu.h123 #define PLBU_CMD_BLOCK_STEP(shift_min, shift_h, shift_w) \
124 PLBU_CMD(((shift_min) << 28) | ((shift_h) << 16) | (shift_w), 0x1000010C)
H A Dlima_job.h57 int shift_w, shift_h; member

Completed in 8 milliseconds