Searched refs:num_lf_workers (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_dthread.c95 VP9LfSync *const lf_sync, int num_lf_workers) {
100 for (r = start; r < stop; r += num_lf_workers) {
130 lf_data->lf_sync, lf_data->num_lf_workers);
186 lf_data->num_lf_workers = num_workers;
91 loop_filter_rows_mt(const YV12_BUFFER_CONFIG *const frame_buffer, VP9_COMMON *const cm, struct macroblockd_plane planes[MAX_MB_PLANE], int start, int stop, int y_only, VP9LfSync *const lf_sync, int num_lf_workers) argument
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_dthread.c94 VP9LfSync *const lf_sync, int num_lf_workers) {
100 for (r = start; r < stop; r += num_lf_workers) {
129 lf_data->lf_sync, lf_data->num_lf_workers);
198 lf_data->num_lf_workers = num_workers;
91 loop_filter_rows_mt(const YV12_BUFFER_CONFIG *const frame_buffer, VP9_COMMON *const cm, MACROBLOCKD *const xd, int start, int stop, int y_only, VP9LfSync *const lf_sync, int num_lf_workers) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_loopfilter.h129 int num_lf_workers; member in struct:LoopFilterWorkerData
/external/libvpx/libvpx/vp9/common/
H A Dvp9_loopfilter.h128 int num_lf_workers; member in struct:LoopFilterWorkerData

Completed in 175 milliseconds