Searched defs:chroma_width (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_mpeg12_decoder.h | 51 unsigned chroma_width, chroma_height; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | ffv1dec.c | 335 const int chroma_width = AV_CEIL_RSHIFT(width, f->chroma_h_shift); in decode_slice() local
|
H A D | ffv1enc.c | 1058 const int chroma_width = AV_CEIL_RSHIFT(width, f->chroma_h_shift); in encode_slice() local
|
H A D | ivi.h | 205 uint16_t chroma_width; member
|
H A 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
|
H A D | indeo3.c | 170 int p, chroma_width, chroma_height; in allocate_frame_buffers() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_deshake.c | 415 const int chroma_width = AV_CEIL_RSHIFT(link->w, desc->log2_chroma_w); in filter_frame() local
|
H A D | vf_deshake_opencl.c | 1401 const int chroma_width = AV_CEIL_RSHIFT(input_frame->width, desc->log2_chroma_w); in filter_frame() local
|
Completed in 18 milliseconds