Searched refs:y_height (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibschroedinger.c98 int y_height, uv_height; local
102 y_height = avccontext->height;
104 uv_height = y_height >> (SCHRO_FRAME_FORMAT_V_SHIFT(schro_frame_fmt));
107 avpicture_alloc(p_pic, avccontext->pix_fmt, y_width, y_height);
112 p_frame->height = y_height;
118 p_frame->components[i].height = i ? uv_height : y_height;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibschroedinger.c185 int y_height, uv_height; local
189 y_height = avctx->height;
191 uv_height = y_height >> (SCHRO_FRAME_FORMAT_V_SHIFT(schro_frame_fmt));
194 if (!p_pic || avpicture_alloc(p_pic, avctx->pix_fmt, y_width, y_height) < 0) {
202 p_frame->height = y_height;
208 p_frame->components[i].height = i ? uv_height : y_height;

Completed in 123 milliseconds