Searched refs:init_y (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) {
375 int y_stride = init_y * stride;
382 int y_stride_0_1 = (init_y + pos_0_1) * stride;
383 int y_stride_1_1 = (init_y + pos_1_1) * stride;
384 for (y = init_y; y < height; y++) {
408 int init_x = 0, init_y = 0, width = _width, height = _height; local
437 init_y = 1;
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
491 init_y
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 83 milliseconds