Lines Matching refs:ptr
1995 static void get_visual_weight(int16_t *weight, uint8_t *ptr, int stride)
2008 int v = ptr[x2 + y2 * stride];
2364 switch(s->codec_id){ //FIXME funct ptr could be slightly faster
2683 uint8_t *ptr = s->mb_info_ptr + s->mb_info_size - 12;
2690 bytestream_put_le32(&ptr, offset);
2691 bytestream_put_byte(&ptr, s->qscale);
2692 bytestream_put_byte(&ptr, gobn);
2693 bytestream_put_le16(&ptr, mba);
2694 bytestream_put_byte(&ptr, pred_x); /* hmv1 */
2695 bytestream_put_byte(&ptr, pred_y); /* vmv1 */
2697 bytestream_put_byte(&ptr, 0); /* hmv2 */
2698 bytestream_put_byte(&ptr, 0); /* vmv2 */