Home
last modified time | relevance | path

Searched defs:vsub (Results 51 - 75 of 77) sorted by relevance

1234

/third_party/ffmpeg/libavfilter/
H A Dvf_drawbox.c89 int vsub, hsub; ///< chroma subsampling member
H A Df_select.c221 int vsub = desc->log2_chroma_h; in config_input() local
H A Dvf_decimate.c50 int hsub, vsub; ///< chroma subsampling values member
H A Dvf_delogo.c354 int vsub = plane == 1 || plane == 2 ? vsub0 : 0; in filter_frame() local
H A Dvf_colormatrix.c67 int hsub, vsub; member
H A Ddrawutils.c487 blend_line_hv16(uint8_t *dst, int dst_delta, unsigned src, unsigned alpha, const uint8_t *mask, int mask_linesize, int l2depth, int w, unsigned hsub, unsigned vsub, int xm, int left, int right, int hband) blend_line_hv16() argument
512 blend_line_hv(uint8_t *dst, int dst_delta, unsigned src, unsigned alpha, const uint8_t *mask, int mask_linesize, int l2depth, int w, unsigned hsub, unsigned vsub, int xm, int left, int right, int hband) blend_line_hv() argument
[all...]
H A Dvf_geq.c57 int hsub, vsub; ///< chroma subsampling member
H A Dvf_lut2.c207 int vsub = desc->log2_chroma_h; in config_inputx() local
234 int vsub = desc->log2_chroma_h; in config_inputy() local
412 int vsub = desc->log2_chroma_h; in lut2_config_output() local
H A Dvf_lut.c68 int hsub, vsub; member
H A Dvf_hue.c75 int vsub; member
H A Dvf_perspective.c48 int hsub, vsub; member
271 int hsub, vsub; member
286 int vsub = td->vsub; in resample_cubic() local
365 int vsub = td->vsub; in resample_linear() local
465 int vsub = plane == 1 || plane == 2 ? s->vsub : 0; filter_frame() local
[all...]
H A Dvf_showinfo.c690 int i, plane, vsub = desc->log2_chroma_h; in filter_frame() local
H A Dvf_stereo3d.c148 int hsub, vsub; member
787 int vsub = i == 1 || i == 2 ? s->vsub : 0; in filter_frame() local
[all...]
H A Dvf_scale.c123 int hsub, vsub; ///< chroma subsampling member
H A Dvf_rotate.c73 int hsub, vsub; member
536 int vsub = plane == 1 || plane == 2 ? rot->vsub : 0; in filter_frame() local
H A Dvf_vectorscope.c59 int hsub, vsub; member
432 const int vsub = s->vsub; in vectorscope16() local
632 const int vsub = s->vsub; in vectorscope8() local
[all...]
H A Dvf_overlay.c649 blend_slice_planar_rgb(AVFilterContext *ctx, AVFrame *dst, const AVFrame *src, int hsub, int vsub, int main_has_alpha, int x, int y, int is_straight, int jobnr, int nb_jobs) blend_slice_planar_rgb() argument
[all...]
H A Dvf_pseudocolor.c581 int depth, ret, hsub, vsub, color, rgb; in config_input() local
H A Dvf_signalstats.c41 int vsub; // vertical subsampling member
H A Dvf_fieldmatch.c82 int hsub[2], vsub[2]; ///< chroma subsampling values member
/third_party/ffmpeg/libavcodec/
H A Dmpeg4videodec.c105 int vsub = i ? s->chroma_y_shift : 0; in ff_mpeg4_decode_studio() local
122 int vsub = i ? s->chroma_y_shift : 0; in ff_mpeg4_decode_studio() local
/third_party/python/Objects/
H A Dbytearrayobject.c1445 Py_buffer vsub; in bytearray_split_impl() local
1556 Py_buffer vsub; in bytearray_rsplit_impl() local
[all...]
H A Dbytesobject.c1734 Py_buffer vsub; in bytes_split_impl() local
1819 Py_buffer vsub; in bytes_rsplit_impl() local
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc3223 void Assembler::vsub(const DwVfpRegister dst, const DwVfpRegister src1, in vsub() function in v8::internal::Assembler
3243 void Assembler::vsub(const SwVfpRegister dst, const SwVfpRegister src1, in vsub() function in v8::internal::Assembler
4492 void Assembler::vsub(QwNeonRegister dst, QwNeonRegister src1, in vsub() function in v8::internal::Assembler
4500 void Assembler::vsub(NeonSize size, QwNeonRegister dst, QwNeonRegister src1, in vsub() function in v8::internal::Assembler
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.cc27355 void Assembler::vsub( in vsub() function in vixl::aarch32::Assembler
27413 void Assembler::vsub( in vsub() function in vixl::aarch32::Assembler
27458 void Assembler::vsub( in vsub() function in vixl::aarch32::Assembler

Completed in 80 milliseconds

1234