Searched refs:shift_h (Results 1 - 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | nvdec.c | 85 int shift_h = 0, shift_v = 0; in map_chroma_format() local 90 av_pix_fmt_get_chroma_sub_sample(pix_fmt, &shift_h, &shift_v); in map_chroma_format() 92 if (shift_h == 1 && shift_v == 1) in map_chroma_format() 94 else if (shift_h == 1 && shift_v == 0) in map_chroma_format() 96 else if (shift_h == 0 && shift_v == 0) in map_chroma_format() 497 int shift_h = 0, shift_v = 0; in nvdec_retrieve_data() local 538 av_pix_fmt_get_chroma_sub_sample(hwctx->sw_format, &shift_h, &shift_v); in nvdec_retrieve_data()
|
H A D | tiffenc.c | 262 int shift_h, shift_v; in encode_frame() local 306 av_pix_fmt_get_chroma_sub_sample(avctx->pix_fmt, &shift_h, &shift_v); in encode_frame() 308 s->subsampling[0] = 1 << shift_h; in encode_frame()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_waveform.c | 116 int shift_w[4], shift_h[4]; member 696 const int shift_h = s->shift_h[component]; in lowpass16() local 702 const int src_h = AV_CEIL_RSHIFT(in->height, shift_h); in lowpass16() 708 const int step = column ? 1 << shift_w : 1 << shift_h; in lowpass16() 834 const int shift_h = s->shift_h[component]; in lowpass() local 839 const int src_h = AV_CEIL_RSHIFT(in->height, shift_h); in lowpass() 845 const int step = column ? 1 << shift_w : 1 << shift_h; in lowpass() 975 const int c0_shift_h = s->shift_h[ componen in flat16() [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_job.c | 80 fb->shift_h = 0; in lima_get_fb_info() 90 fb->shift_h++; 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() 526 int offset = ((y >> fb->shift_h) * fb->block_w + in lima_generate_pp_stream() 608 .shift_h = fb->shift_h, in lima_update_damage_pp_stream() 643 s->key.shift_h = fb->shift_h; in lima_update_damage_pp_stream() 841 frame->blocking = (fb->shift_min << 28) | (fb->shift_h << 1 in lima_pack_pp_frame_reg() [all...] |
H A D | lima_context.h | 38 int shift_w, shift_h; member 168 uint16_t shift_w, shift_h; member
|
H A D | lima_gpu.h | 123 #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 D | lima_job.h | 57 int shift_w, shift_h; member
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-sve-aarch64.cc | 12751 int shift_h[] = {1, 8, 11, 16}; 12752 for (size_t i = 0; i < ArrayLength(shift_h); i++) { 12753 BitwiseShiftImmHelper(config, kHRegSize, inputs_h, shift_h[i]); 12856 int shift_h[] = {1, 8, 11}; 12864 shift_h, 12899 int shift_h[] = {1, 8, 11}; 12907 shift_h, 12942 int shift_h[] = {1, 2, 14}; 12951 shift_h,
|
Completed in 27 milliseconds