Lines Matching defs:height
88 int height;
92 height = avctx->height;
97 height = avctx->height / 2;
111 memcpy(frame->data[i], src, height * stride);
122 for (j = 0; j < height; j++) {
142 int height;
146 height = avctx->height;
151 height = avctx->height / 2;
159 memcpy(frame->data[i], src, height * s->stride);
170 for (j = 0; j < height; j++) {
192 int height;
196 height = avctx->height;
198 height = avctx->height / 2;
207 memcpy(frame->data[i], src, height * s->stride);
218 for (j = 0; j < height; j++) {
281 size_t height = frame->height;
285 const size_t tile_h_luma = (height - 1) / QCOM_TILE_HEIGHT + 1;
286 const size_t tile_h_chroma = (height / 2 - 1) / QCOM_TILE_HEIGHT + 1;
296 size_t tile_height = height;
337 height -= QCOM_TILE_HEIGHT;