Lines Matching defs:ptr
137 /* Skip mb info prior to the start of the current ptr */
152 const uint8_t *ptr = &mb_info[12*mb_info_pos];
154 uint32_t bit_pos = AV_RL32(ptr);
159 state.quant = ptr[4];
160 state.gobn = ptr[5];
161 state.mba = AV_RL16(&ptr[6]);
162 state.hmv1 = (int8_t) ptr[8];
163 state.vmv1 = (int8_t) ptr[9];
164 state.hmv2 = (int8_t) ptr[10];
165 state.vmv2 = (int8_t) ptr[11];