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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcavs.c117 h->topleft_border_u = h->top_border_u[h->mbx * 10 + 8];
120 memcpy(&h->top_border_u[h->mbx * 10 + 1], h->cu + 7 * h->c_stride, 8);
242 h->top_border_u[h->mbx*10 + 9] = h->top_border_u[h->mbx*10 + 11];
245 h->top_border_u[h->mbx * 10 + 9] = h->top_border_u[h->mbx * 10 + 8];
249 h->top_border_u[h->mbx * 10] = h->left_border_u[0] = h->topleft_border_u;
254 h->top_border_u[h->mbx * 10] = h->top_border_u[h->mbx * 10 + 1];
761 h->top_border_u
[all...]
H A Dcavs.h225 uint8_t *top_border_y, *top_border_u, *top_border_v; member in struct:AVSContext
H A Dcavsdec.c697 h->intra_pred_c[pred_mode_uv](h->cu, &h->top_border_u[h->mbx * 10],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcavs.c82 h->topleft_border_u = h->top_border_u[h->mbx*10+8];
85 memcpy(&h->top_border_u[h->mbx*10+1], h->cu + 7* h->c_stride,8);
201 h->top_border_u[h->mbx*10+9] = h->top_border_u[h->mbx*10+8];
204 h->top_border_u[h->mbx*10] = h->left_border_u[0] = h->topleft_border_u;
209 h->top_border_u[h->mbx*10] = h->top_border_u[h->mbx*10+1];
661 h->top_border_u = av_malloc( h->mb_width * 10);
710 av_free(h->top_border_u);
H A Dcavs.h210 uint8_t *top_border_y, *top_border_u, *top_border_v; member in struct:__anon1890
H A Dcavsdec.c248 h->intra_pred_c[pred_mode_uv](h->cu, &h->top_border_u[h->mbx*10],

Completed in 127 milliseconds