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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dgif.c90 y_end = avctx->height - 1; local
93 while (y_start < y_end) {
98 while (y_end > y_start) {
99 if (memcmp(ref + y_end*ref_linesize, buf + y_end*linesize, width))
101 y_end--;
103 height = y_end + 1 - y_start;
108 for (y = y_start; y < y_end; y++) {
120 for (y = y_start; y < y_end; y++) {
H A Dcpia.c63 uint8_t *y, *u, *v, *y_end, *u_end, *v_end; local
132 y_end = y + frame->linesize[0] - 1;
141 if (y > y_end) {
161 if (y + 1 > y_end || u > u_end || v > v_end) {
H A Dhevc_filter.c319 int x_end, y_end; local
342 y_end = y0 + ctb_size;
343 if (y_end > s->sps->height)
344 y_end = s->sps->height;
350 for (y = y0; y < y_end; y += 8) {
383 for (y = y0; y < y_end; y += (8 * v)) {
415 for (y = y0 ? y0 : 8; y < y_end; y += 8) {
451 for (y = y0 ? y0 : 8 * v; y < y_end; y += (8 * v)) {
682 int y_end = y >= s->sps->height - ctb_size; local
685 if (x && y_end)
707 int y_end = y_ctb >= s->sps->height - ctb_size; local
[all...]
H A Dvp9.c3053 int x_end = FFMIN(s->cols - col, w4), y_end = FFMIN(s->rows - row, h4); local
3057 mask_edges(lflvl, 0, row7, col7, x_end, y_end, 0, 0, b->tx, skip_inter);
3058 mask_edges(lflvl, 1, row7, col7, x_end, y_end,
H A Dhevc.c1076 int y_end = FFMIN(y0 + cb_size, s->sps->height); local
1079 for (j = (y0 >> log2_min_pu_size); j < (y_end >> log2_min_pu_size); j++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Dhwa742.c160 static void set_window_regs(int x_start, int y_start, int x_end, int y_end) argument
166 y_end--;
173 tmp[6] = y_end;
174 tmp[7] = y_end >> 8;
H A Dblizzard.c283 static void set_window_regs(int x_start, int y_start, int x_end, int y_end, argument
292 y_end--;
299 tmp[6] = y_end;
300 tmp[7] = y_end >> 8;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_fieldmatch.c331 #define VERTICAL_HALF(y_start, y_end) do { \
332 for (y = y_start; y < y_end; y++) { \

Completed in 185 milliseconds