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 25 typedef int *VP8_PTR;
201 VP8_PTR vp8_create_compressor(VP8_CONFIG *oxcf);
202 void vp8_remove_compressor(VP8_PTR *comp);
204 void vp8_init_config(VP8_PTR onyx, VP8_CONFIG *oxcf);
205 void vp8_change_config(VP8_PTR onyx, VP8_CONFIG *oxcf);
209 int vp8_receive_raw_frame(VP8_PTR comp, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, INT64 time_stamp, INT64 end_time_stamp);
210 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);
211 int vp8_get_preview_raw_frame(VP8_PTR comp, YV12_BUFFER_CONFIG *dest, vp8_ppflags_t *flags);
213 int vp8_use_as_reference(VP8_PTR comp, int ref_frame_flags);
214 int vp8_update_reference(VP8_PTR comp, int ref_frame_flags)
    [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c 320 static void enable_segmentation(VP8_PTR ptr)
329 static void disable_segmentation(VP8_PTR ptr)
339 static void set_segmentation_map(VP8_PTR ptr, unsigned char *segmentation_map)
359 static void set_segment_data(VP8_PTR ptr, signed char *feature_data, unsigned char abs_delta)
368 static void segmentation_test_function(VP8_PTR ptr)
491 set_segmentation_map((VP8_PTR)cpi, seg_map);
494 enable_segmentation((VP8_PTR)cpi);
510 set_segment_data((VP8_PTR)cpi, &feature_data[0][0], SEGMENT_DELTADATA);
    [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 84 VP8_PTR cpi;
489 VP8_PTR optr;
    [all...]

Completed in 62 milliseconds