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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevcdsp_template.c361 int c_idx, int init_x, int init_y) {
385 for (x = init_x; x < width; x++) {
408 int init_x = 0, init_y = 0, width = _width, height = _height; local
420 init_x = 1;
435 for (x = init_x; x < width; x++)
442 for (x = init_x; x < width; x++)
448 FUNC(sao_edge_filter)((uint8_t *)dst, (uint8_t *)src, stride, sao, width, height, c_idx, init_x, init_y);
462 int init_x = 0, init_y = 0, width = _width, height = _height; local
474 init_x = 1;
489 for (x = init_x;
358 sao_edge_filter(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride, SAOParams *sao, int width, int height, int c_idx, int init_x, int init_y) argument
[all...]

Completed in 49 milliseconds