Searched refs:pitchUV (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/avisynth/
H A Davisynth_c_25.h33 if (p->pitchUV)
44 if (p->pitchUV)
49 if (p->pitchUV)
52 if (r < p->pitchUV)
H A Davxsynth_c.h333 int offset, pitch, row_size, height, offsetU, offsetV, pitchUV; // U&V offsets are from top of picture. member in struct:AVS_VideoFrame
342 case AVS_PLANAR_U: case AVS_PLANAR_V: return p->pitchUV;}
352 if (p->pitchUV) return p->row_size>>1;
355 if (p->pitchUV) {
357 if (r < p->pitchUV)
376 if (p->pitchUV) return p->height>>1;
H A Davisynth_c.h389 int offset, pitch, row_size, height, offsetU, offsetV, pitchUV; // U&V offsets are from top of picture. member in struct:AVS_VideoFrame
399 case AVS_PLANAR_U: case AVS_PLANAR_V: return p->pitchUV;}
409 if (p->pitchUV) return p->row_sizeUV;
412 if (p->pitchUV) {
414 if (r < p->pitchUV)
433 if (p->pitchUV) return p->heightUV;

Completed in 29 milliseconds