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