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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dh264pred.h82 void (*pred8x8_add [3])(uint8_t *pix/*align 8*/, const int *block_offset, const DCTELEM *block/*align 16*/, int stride); member in struct:H264PredContext
H A Dh264pred.c1171 h->pred8x8_add [VERT_PRED8x8]= pred8x8_vertical_add_c;
1172 h->pred8x8_add [ HOR_PRED8x8]= pred8x8_horizontal_add_c;
H A Dh264.c1290 h->hpc.pred8x8_add[h->chroma_pred_mode](dest[0], block_offset + 16, h->mb + 16*16, uvlinesize);
1291 h->hpc.pred8x8_add[h->chroma_pred_mode](dest[1], block_offset + 20, h->mb + 20*16, uvlinesize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh264pred.h82 void (*pred8x8_add [3])(uint8_t *pix/*align 8*/, const int *block_offset, const DCTELEM *block/*align 16*/, int stride); member in struct:H264PredContext
H A Dh264pred.c1171 h->pred8x8_add [VERT_PRED8x8]= pred8x8_vertical_add_c;
1172 h->pred8x8_add [ HOR_PRED8x8]= pred8x8_horizontal_add_c;
H A Dh264.c1290 h->hpc.pred8x8_add[h->chroma_pred_mode](dest[0], block_offset + 16, h->mb + 16*16, uvlinesize);
1291 h->hpc.pred8x8_add[h->chroma_pred_mode](dest[1], block_offset + 20, h->mb + 20*16, uvlinesize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh264pred.h82 void (*pred8x8_add [3])(uint8_t *pix/*align 8*/, const int *block_offset, const DCTELEM *block/*align 16*/, int stride); member in struct:H264PredContext
H A Dh264pred.c1171 h->pred8x8_add [VERT_PRED8x8]= pred8x8_vertical_add_c;
1172 h->pred8x8_add [ HOR_PRED8x8]= pred8x8_horizontal_add_c;
H A Dh264.c1290 h->hpc.pred8x8_add[h->chroma_pred_mode](dest[0], block_offset + 16, h->mb + 16*16, uvlinesize);
1291 h->hpc.pred8x8_add[h->chroma_pred_mode](dest[1], block_offset + 20, h->mb + 20*16, uvlinesize);

Completed in 197 milliseconds