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

  /external/libvpx/vp8/common/
onyx.h 24 typedef int *VP8_PTR;
197 VP8_PTR vp8_create_compressor(VP8_CONFIG *oxcf);
198 void vp8_remove_compressor(VP8_PTR *comp);
200 void vp8_init_config(VP8_PTR onyx, VP8_CONFIG *oxcf);
201 void vp8_change_config(VP8_PTR onyx, VP8_CONFIG *oxcf);
205 int vp8_receive_raw_frame(VP8_PTR comp, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, INT64 time_stamp, INT64 end_time_stamp);
206 int vp8_get_compressed_data(VP8_PTR comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, INT64 *time_stamp, INT64 *time_end, int flush);
207 int vp8_get_preview_raw_frame(VP8_PTR comp, YV12_BUFFER_CONFIG *dest, int deblock_level, int noise_level, int flags);
209 int vp8_use_as_reference(VP8_PTR comp, int ref_frame_flags);
210 int vp8_update_reference(VP8_PTR comp, int ref_frame_flags)
    [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c 338 static void enable_segmentation(VP8_PTR ptr)
347 static void disable_segmentation(VP8_PTR ptr)
357 static void set_segmentation_map(VP8_PTR ptr, unsigned char *segmentation_map)
377 static void set_segment_data(VP8_PTR ptr, signed char *feature_data, unsigned char abs_delta)
386 static void segmentation_test_function(VP8_PTR ptr)
510 set_segmentation_map((VP8_PTR)cpi, seg_map);
513 enable_segmentation((VP8_PTR)cpi);
529 set_segment_data((VP8_PTR)cpi, &feature_data[0][0], SEGMENT_DELTADATA);
    [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 80 VP8_PTR cpi;
473 VP8_PTR optr;
    [all...]

Completed in 444 milliseconds