Home
last modified time | relevance | path

Searched refs:plane_width (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_tmidequalizer.c36 int plane_width[4], plane_height[4]; member
194 s->plane_width[p], s->plane_height[p], in filter_frame()
236 s->plane_width[p], s->plane_height[p], in filter_frame()
264 s->plane_width[p] * (1 + (s->depth > 8)), s->plane_height[p]); in filter_frame()
273 s->plane_width[p], s->plane_height[p], in filter_frame()
339 s->plane_width[0] = s->plane_width[3] = inlink->w; in config_input()
341 s->plane_width[1] = s->plane_width[2] = AV_CEIL_RSHIFT(inlink->w, hsub); in config_input()
/third_party/ffmpeg/libavformat/
H A Dyuv4mpegenc.c197 int plane_height = height, plane_width = width * desc->comp[k].step; in yuv4_write_packet() local
201 plane_width = AV_CEIL_RSHIFT(plane_width, desc->log2_chroma_w); in yuv4_write_packet()
206 avio_write(pb, ptr, plane_width); in yuv4_write_packet()
/third_party/ffmpeg/libavcodec/
H A Dlibaribb24.c64 unsigned int plane_width = 0; in libaribb24_generate_ass_header() local
70 plane_width = 960; in libaribb24_generate_ass_header()
75 plane_width = 320; in libaribb24_generate_ass_header()
119 plane_width, plane_height, in libaribb24_generate_ass_header()
H A Dvp56.c365 if (x<0 || x+12>=s->plane_width[plane] || in vp56_mc()
371 s->plane_width[plane], in vp56_mc()
529 s->plane_width[0] = s->plane_width[3] = avctx->coded_width; in vp56_size_changed()
530 s->plane_width[1] = s->plane_width[2] = avctx->coded_width/2; in vp56_size_changed()
H A Dvp56.h144 int plane_width[4]; member
H A Dvp3.c1987 int plane_width = s->width >> (plane && s->chroma_x_shift); in vp4_mc_loop_filter() local
2013 if (x2 < 0 || x2 >= plane_width || y2 < 0 || y2 >= plane_height) in vp4_mc_loop_filter()
2025 plane_width, in vp4_mc_loop_filter()
2045 plane_width, in vp4_mc_loop_filter()
2092 int plane_width = s->width >> (plane && s->chroma_x_shift); in render_slice() local
2186 src_x + 9 >= plane_width || in render_slice()
2195 plane_width, in render_slice()
/third_party/backends/backend/
H A Depjitsu.c1810 int plane_width; /* byte width of 1 raw color plane, without padding */ member
2081 s->cal_image.plane_width = settings[i].cal_plane_width; in change_params()
2091 s->cal_data.plane_width = settings[i].cal_plane_width; in change_params()
2100 width = s->cal_image.plane_width * img_heads; in change_params()
2112 width = s->cal_data.plane_width * img_heads; in change_params()
2146 s->block_xfr.plane_width = settings[i].plane_width; in change_params()
3076 for (j = 0; j < s->cal_data.plane_width; j++) in finecal_send_cal()
4169 for (k = 0; k <= tp->plane_width; k++){ /* column (x) */ in descramble_raw()
4188 if(k == tp->plane_width || this_co in descramble_raw()
[all...]
H A Depjitsu.h68 int plane_width; /* in RGB pixels */ member

Completed in 14 milliseconds