Lines Matching defs:mv_ptr
82 const int8_t *mv_ptr; ///< ptr to the motion vector if any
241 if(cell->mv_ptr){
242 mv_y = cell->mv_ptr[0];
243 mv_x = cell->mv_ptr[1];
346 if (cell->mv_ptr || !skip_flag) \
456 } else if (mode == 10 && !cell->mv_ptr) {
489 } else if (mode == 10 && !cell->mv_ptr) {
510 } else if (mode == 10 && !cell->mv_ptr) {
522 if (mode >= 10 || (cell->mv_ptr || !skip_flag)) {
525 } else if (mode == 10 && !cell->mv_ptr) {
538 if (cell->mv_ptr) {
541 } else if (mode == 10 && !cell->mv_ptr) {
603 if (!cell->mv_ptr) {
614 mv_y = cell->mv_ptr[0];
615 mv_x = cell->mv_ptr[1];
667 if (mode >= 3 && cell->mv_ptr) {
679 if (mode == 10 && !cell->mv_ptr) { /* MODE 10 INTRA processing */
684 if (mode == 11 && !cell->mv_ptr) {
795 curr_cell.mv_ptr = 0; /* mark the current strip as INTRA */
808 if (!curr_cell.mv_ptr)
830 curr_cell.mv_ptr = &ctx->mc_vectors[mv_idx << 1];
888 curr_cell.mv_ptr = 0; // no motion vector = INTRA cell