Searched refs:gf_active_ptr (Results 1 – 4 of 4) sorted by relevance
21 x->gf_active_ptr = (signed char *)cpi->gf_active_flags; in vp8_update_gf_useage_maps()43 if (*(x->gf_active_ptr) == 0) in vp8_update_gf_useage_maps()45 *(x->gf_active_ptr) = 1; in vp8_update_gf_useage_maps()49 else if ((this_mb_mode_info->mbmi.mode != ZEROMV) && *(x->gf_active_ptr)) in vp8_update_gf_useage_maps()51 *(x->gf_active_ptr) = 0; in vp8_update_gf_useage_maps()55 x->gf_active_ptr++; // Step onto next entry in vp8_update_gf_useage_maps()
108 signed char *gf_active_ptr; member
225 … x->gf_active_ptr++; // Increment pointer into gf useage flags structure for next mb in thread_encoding_proc()415 mb->gf_active_ptr = x->gf_active_ptr; in vp8cx_init_mbrthread_data()
628 x->gf_active_ptr++; // Increment pointer into gf useage flags structure for next mb in encode_mb_row()712 …x->gf_active_ptr = (signed char *)cpi->gf_active_flags; // Point to base of GF active flags da… in vp8_encode_frame()