HomeSort by relevance Sort by last modified time
    Searched refs:gf_active_ptr (Results 1 - 4 of 4) sorted by null

  /external/libvpx/vp8/encoder/
segmentation.c 21 x->gf_active_ptr = (signed char *)cpi->gf_active_flags;
43 if (*(x->gf_active_ptr) == 0)
45 *(x->gf_active_ptr) = 1;
49 else if ((this_mb_mode_info->mbmi.mode != ZEROMV) && *(x->gf_active_ptr))
51 *(x->gf_active_ptr) = 0;
55 x->gf_active_ptr++; // Step onto next entry
block.h 107 //char * gf_active_ptr;
108 signed char *gf_active_ptr; member in struct:__anon8477
ethreading.c 225 x->gf_active_ptr++; // Increment pointer into gf useage flags structure for next mb
371 zd->gf_active_ptr = xd->gf_active_ptr;
415 mb->gf_active_ptr = x->gf_active_ptr;
encodeframe.c 628 x->gf_active_ptr++; // Increment pointer into gf useage flags structure for next mb
712 x->gf_active_ptr = (signed char *)cpi->gf_active_flags; // Point to base of GF active flags data structure
    [all...]

Completed in 89 milliseconds