Lines Matching refs:data
248 return block_sse(enc->frame_to_enc->data, roq->last_frame->data, x, y,
304 *mb++ = frame->data[cp][(y+i)*stride + x + j];
453 subcel->eval_dist[RoQ_ID_MOT] = block_sse(enc->frame_to_enc->data,
454 roq->current_frame->data, x,
517 cel->eval_dist[RoQ_ID_MOT] = block_sse(enc->frame_to_enc->data,
518 roq->current_frame->data,
782 static inline void frame_block_to_cell(int *block, uint8_t * const *data,
790 *block++ = data[0][x];
792 u += data[1][x];
793 v += data[2][x];
811 frame_block_to_cell(points + (l + 2*k)*6, frame->data,
854 /* Subsample YUV data */
1075 enc->out_buf = pkt->data;
1082 /* Alloc memory for the reconstruction data (we must know the stride
1099 pkt->size = enc->out_buf - pkt->data;