Searched defs:chroma_height (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_il.c | 44 int linesize[4], chroma_height; member
|
D | vf_deshake.c | 416 const int chroma_height = AV_CEIL_RSHIFT(link->h, desc->log2_chroma_h); in filter_frame() local
|
D | vf_deshake_opencl.c | 1402 const int chroma_height = AV_CEIL_RSHIFT(input_frame->height, desc->log2_chroma_h); in filter_frame() local
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_mpeg12_decoder.h | 51 unsigned chroma_width, chroma_height; member
|
/third_party/ffmpeg/libavcodec/ |
D | cavs.c | 388 static inline void mc_dir_part(AVSContext *h, AVFrame *pic, int chroma_height, in mc_dir_part() 454 static inline void mc_part_std(AVSContext *h, int chroma_height, int delta, in mc_part_std()
|
D | ffv1dec.c | 336 const int chroma_height = AV_CEIL_RSHIFT(height, f->chroma_v_shift); in decode_slice() local
|
D | ffv1enc.c | 1059 const int chroma_height = AV_CEIL_RSHIFT(height, f->chroma_v_shift); in encode_slice() local
|
D | h264_mb.c | 384 int chroma_height; in mc_part_weighted() local
|
D | ivi.h | 206 uint16_t chroma_height; member
|
D | indeo3.c | 170 int p, chroma_width, chroma_height; in allocate_frame_buffers() local
|
D | mjpegdec.c | 1437 int i, mb_x, mb_y, chroma_h_shift, chroma_v_shift, chroma_width, chroma_height; in mjpeg_decode_scan() local
|