Home
last modified time | relevance | path

Searched refs:num_y (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvc2enc.c155 int num_y; /* #slices vertically */ member
420 put_vc2_ue_uint(&s->pb, s->num_y); in encode_slice_params()
534 const int top = b->height * (sy+0) / s->num_y; in encode_subband()
535 const int bottom = b->height * (sy+1) / s->num_y; in encode_subband()
585 const int top = b->height * slice->y / s->num_y; in count_hq_slice()
586 const int bottom = b->height *(slice->y+1) / s->num_y; in count_hq_slice()
648 int slice_redist_range = FFMIN(SLICE_REDIST_TOTAL, s->num_x*s->num_y); in calc_slice_sizes()
654 for (slice_y = 0; slice_y < s->num_y; slice_y++) { in calc_slice_sizes()
667 s->avctx->execute(s->avctx, rate_control, enc_args, NULL, s->num_x*s->num_y, in calc_slice_sizes()
670 for (i = 0; i < s->num_x*s->num_y; i++) { in calc_slice_sizes()
[all …]
Ddiracdec.c174 unsigned num_y; /* number of vertical slices */ member
729 int top = b1->height * slice_y / s->num_y; in decode_subband()
730 int bottom = b1->height *(slice_y+1) / s->num_y; in decode_subband()
828 o->top = b->height * y / s->num_y; in subband_coeffs()
831 o->tot_v = ((b->height * (y + 1)) / s->num_y) - o->top; in subband_coeffs()
941 if (s->slice_params_num_buf != (s->num_x * s->num_y)) { in decode_lowdelay()
942 … s->slice_params_buf = av_realloc_f(s->slice_params_buf, s->num_x * s->num_y, sizeof(DiracSlice)); in decode_lowdelay()
948 s->slice_params_num_buf = s->num_x * s->num_y; in decode_lowdelay()
954 coef_buf_size = subband_coeffs(s, s->num_x - 1, s->num_y - 1, 0, tmp) + 8; in decode_lowdelay()
976 for (slice_y = 0; bufsize > 0 && slice_y < s->num_y; slice_y++) { in decode_lowdelay()
[all …]
/third_party/mesa3d/src/panfrost/lib/
Dpan_encoder.h157 unsigned num_x, unsigned num_y, unsigned num_z, in panfrost_pack_work_groups_compute() argument
164 unsigned values[6] = { size_x, size_y, size_z, num_x, num_y, num_z }; in panfrost_pack_work_groups_compute()