OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP9WorkerHook
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_thread.h
163
typedef int (*
VP9WorkerHook
)(void*, void*);
172
VP9WorkerHook
hook; // hook to call
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_thread.h
164
typedef int (*
VP9WorkerHook
)(void*, void*);
174
VP9WorkerHook
hook; // hook to call
vp9_dthread.c
179
worker->hook = (
VP9WorkerHook
)loop_filter_row_worker;
vp9_decodeframe.c
909
pbi->tile_workers[n].hook = (
VP9WorkerHook
)tile_worker_hook;
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_dthread.c
186
worker->hook = (
VP9WorkerHook
)loop_filter_row_worker;
vp9_decodeframe.c
808
pbi->lf_worker.hook = (
VP9WorkerHook
)vp9_loop_filter_worker;
[
all
...]
Completed in 67 milliseconds