Searched refs:num_y (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vc2enc.c | 157 int num_y; /* #slices vertically */ member 422 put_vc2_ue_uint(&s->pb, s->num_y); in encode_slice_params() 536 const int top = b->height * (sy+0) / s->num_y; in encode_subband() 537 const int bottom = b->height * (sy+1) / s->num_y; in encode_subband() 587 const int top = b->height * slice->y / s->num_y; in count_hq_slice() 588 const int bottom = b->height *(slice->y+1) / s->num_y; in count_hq_slice() 650 int slice_redist_range = FFMIN(SLICE_REDIST_TOTAL, s->num_x*s->num_y); in calc_slice_sizes() 656 for (slice_y = 0; slice_y < s->num_y; slice_y++) { in calc_slice_sizes() 669 s->avctx->execute(s->avctx, rate_control, enc_args, NULL, s->num_x*s->num_y, in calc_slice_sizes() 672 for (i = 0; i < s->num_x*s->num_y; in calc_slice_sizes() [all...] |
H A D | diracdec.c | 175 unsigned num_y; /* number of vertical slices */ member 730 int top = b1->height * slice_y / s->num_y; in decode_subband() 731 int bottom = b1->height *(slice_y+1) / s->num_y; in decode_subband() 829 o->top = b->height * y / s->num_y; in subband_coeffs() 832 o->tot_v = ((b->height * (y + 1)) / s->num_y) - o->top; in subband_coeffs() 942 if (s->slice_params_num_buf != (s->num_x * s->num_y)) { in decode_lowdelay() 943 s->slice_params_buf = av_realloc_f(s->slice_params_buf, s->num_x * s->num_y, sizeof(DiracSlice)); in decode_lowdelay() 949 s->slice_params_num_buf = s->num_x * s->num_y; in decode_lowdelay() 955 coef_buf_size = subband_coeffs(s, s->num_x - 1, s->num_y - 1, 0, tmp) + 8; in decode_lowdelay() 977 for (slice_y = 0; bufsize > 0 && slice_y < s->num_y; slice_ in decode_lowdelay() [all...] |
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_encoder.h | 157 unsigned num_x, unsigned num_y, unsigned num_z, in panfrost_pack_work_groups_compute() 164 unsigned values[6] = { size_x, size_y, size_z, num_x, num_y, num_z }; in panfrost_pack_work_groups_compute() 155 panfrost_pack_work_groups_compute( struct mali_invocation_packed *out, unsigned num_x, unsigned num_y, unsigned num_z, unsigned size_x, unsigned size_y, unsigned size_z, bool quirk_graphics, bool indirect_dispatch) panfrost_pack_work_groups_compute() argument
|
Completed in 6 milliseconds