OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP9_PTR
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.h
18
void vp9_enable_segmentation(
VP9_PTR
ptr);
19
void vp9_disable_segmentation(
VP9_PTR
ptr);
23
void vp9_set_segmentation_map(
VP9_PTR
ptr, unsigned char *segmentation_map);
35
void vp9_set_segment_data(
VP9_PTR
ptr, signed char *feature_data,
vp9_segmentation.c
18
void vp9_enable_segmentation(
VP9_PTR
ptr) {
27
void vp9_disable_segmentation(
VP9_PTR
ptr) {
33
void vp9_set_segmentation_map(
VP9_PTR
ptr,
47
void vp9_set_segment_data(
VP9_PTR
ptr,
vp9_onyx_if.c
332
vp9_disable_segmentation((
VP9_PTR
)cpi);
345
vp9_disable_segmentation((
VP9_PTR
)cpi);
398
vp9_disable_segmentation((
VP9_PTR
)cpi);
[
all
...]
vp9_mbgraph.c
380
vp9_enable_segmentation((
VP9_PTR
)cpi);
383
vp9_disable_segmentation((
VP9_PTR
)cpi);
/external/libvpx/libvpx/vp9/common/
vp9_onyx.h
27
typedef int *
VP9_PTR
;
171
VP9_PTR
vp9_create_compressor(VP9_CONFIG *oxcf);
172
void vp9_remove_compressor(
VP9_PTR
*comp);
174
void vp9_change_config(
VP9_PTR
onyx, VP9_CONFIG *oxcf);
178
int vp9_receive_raw_frame(
VP9_PTR
comp, unsigned int frame_flags,
182
int vp9_get_compressed_data(
VP9_PTR
comp, unsigned int *frame_flags,
187
int vp9_get_preview_raw_frame(
VP9_PTR
comp, YV12_BUFFER_CONFIG *dest,
190
int vp9_use_as_reference(
VP9_PTR
comp, int ref_frame_flags);
192
int vp9_update_reference(
VP9_PTR
comp, int ref_frame_flags);
194
int vp9_copy_reference_enc(
VP9_PTR
comp, VP9_REFFRAME ref_frame_flag
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
78
VP9_PTR
cpi;
471
VP9_PTR
optr;
[
all
...]
Completed in 327 milliseconds