HomeSort by relevance Sort by last modified time
    Searched full:y_only (Results 1 - 9 of 9) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_loopfilter.h 110 int y_only, int partial_frame);
115 int start, int stop, int y_only);
125 int y_only; member in struct:LoopFilterWorkerData
vp9_loopfilter.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_dthread.c 93 int start, int stop, int y_only,
95 const int num_planes = y_only ? 1 : MAX_MB_PLANE;
129 lf_data->start, lf_data->stop, lf_data->y_only,
140 int y_only, int partial_frame) {
187 lf_data->y_only = y_only; // always do all planes in decoder
vp9_dthread.h 57 int y_only, int partial_frame);
vp9_decodeframe.c 689 lf_data->y_only = 0;
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.c 94 int start, int stop, int y_only,
96 const int num_planes = y_only ? 1 : MAX_MB_PLANE;
100 if (y_only)
150 lf_data->start, lf_data->stop, lf_data->y_only,
158 int start, int stop, int y_only,
199 lf_data->y_only = y_only;
219 int y_only, int partial_frame,
237 y_only, workers, num_workers, lf_sync);
vp9_loopfilter.h 129 int y_only, int partial_frame);
152 int y_only; member in struct:LoopFilterWorkerData
vp9_thread_common.h 54 int y_only, int partial_frame,
vp9_loopfilter.c     [all...]

Completed in 197 milliseconds