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

  /external/libvpx/vp8/encoder/
onyx_int.h 471 unsigned char *fp_motion_map; member in struct:__anon5299
firstpass.c 391 vpx_memset(cpi->fp_motion_map, 0, cpi->common.MBs);
401 cpi->fp_motion_map[j] += 5; // Intra is flagged
403 cpi->fp_motion_map[j] += tmp_motion_map[j];
560 unsigned char *fp_motion_map_ptr = cpi->fp_motion_map;
843 fwrite(cpi->fp_motion_map, 1, cpi->common.MBs, cpi->fp_motion_mapfile);
    [all...]
onyx_if.c 205 if (cpi->fp_motion_map != 0)
206 vpx_free(cpi->fp_motion_map);
208 cpi->fp_motion_map = 0;
    [all...]

Completed in 1552 milliseconds