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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/arm/
H A Dh264pred_init_arm.c62 h->pred16x16[DC_PRED8x8 ] = ff_pred16x16_dc_neon;
63 h->pred16x16[VERT_PRED8x8 ] = ff_pred16x16_vert_neon;
64 h->pred16x16[HOR_PRED8x8 ] = ff_pred16x16_hor_neon;
65 h->pred16x16[LEFT_DC_PRED8x8] = ff_pred16x16_left_dc_neon;
66 h->pred16x16[TOP_DC_PRED8x8 ] = ff_pred16x16_top_dc_neon;
67 h->pred16x16[DC_128_PRED8x8 ] = ff_pred16x16_128_dc_neon;
69 h->pred16x16[PLANE_PRED8x8 ] = ff_pred16x16_plane_neon;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/arm/
H A Dh264pred_init_arm.c62 h->pred16x16[DC_PRED8x8 ] = ff_pred16x16_dc_neon;
63 h->pred16x16[VERT_PRED8x8 ] = ff_pred16x16_vert_neon;
64 h->pred16x16[HOR_PRED8x8 ] = ff_pred16x16_hor_neon;
65 h->pred16x16[LEFT_DC_PRED8x8] = ff_pred16x16_left_dc_neon;
66 h->pred16x16[TOP_DC_PRED8x8 ] = ff_pred16x16_top_dc_neon;
67 h->pred16x16[DC_128_PRED8x8 ] = ff_pred16x16_128_dc_neon;
69 h->pred16x16[PLANE_PRED8x8 ] = ff_pred16x16_plane_neon;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/arm/
H A Dh264pred_init_arm.c62 h->pred16x16[DC_PRED8x8 ] = ff_pred16x16_dc_neon;
63 h->pred16x16[VERT_PRED8x8 ] = ff_pred16x16_vert_neon;
64 h->pred16x16[HOR_PRED8x8 ] = ff_pred16x16_hor_neon;
65 h->pred16x16[LEFT_DC_PRED8x8] = ff_pred16x16_left_dc_neon;
66 h->pred16x16[TOP_DC_PRED8x8 ] = ff_pred16x16_top_dc_neon;
67 h->pred16x16[DC_128_PRED8x8 ] = ff_pred16x16_128_dc_neon;
69 h->pred16x16[PLANE_PRED8x8 ] = ff_pred16x16_plane_neon;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dh264pred.h78 void (*pred16x16[4+3])(uint8_t *src, int stride); member in struct:H264PredContext
H A Dh264pred.c1148 h->pred16x16[DC_PRED8x8 ]= pred16x16_dc_c;
1149 h->pred16x16[VERT_PRED8x8 ]= pred16x16_vertical_c;
1150 h->pred16x16[HOR_PRED8x8 ]= pred16x16_horizontal_c;
1151 h->pred16x16[PLANE_PRED8x8 ]= pred16x16_plane_c;
1154 h->pred16x16[PLANE_PRED8x8 ]= pred16x16_plane_svq3_c;
1157 h->pred16x16[PLANE_PRED8x8 ]= pred16x16_plane_rv40_c;
1160 h->pred16x16[PLANE_PRED8x8 ]= pred16x16_plane_c;
1162 h->pred16x16[LEFT_DC_PRED8x8]= pred16x16_left_dc_c;
1163 h->pred16x16[TOP_DC_PRED8x8 ]= pred16x16_top_dc_c;
1164 h->pred16x16[DC_128_PRED8x
[all...]
H A Drv34.c1013 r->h.pred16x16[itype](Y, s->linesize);
H A Dh264.c1227 h->hpc.pred16x16[ h->intra16x16_pred_mode ](dest_y , linesize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh264pred.h78 void (*pred16x16[4+3])(uint8_t *src, int stride); member in struct:H264PredContext
H A Dh264pred.c1148 h->pred16x16[DC_PRED8x8 ]= pred16x16_dc_c;
1149 h->pred16x16[VERT_PRED8x8 ]= pred16x16_vertical_c;
1150 h->pred16x16[HOR_PRED8x8 ]= pred16x16_horizontal_c;
1151 h->pred16x16[PLANE_PRED8x8 ]= pred16x16_plane_c;
1154 h->pred16x16[PLANE_PRED8x8 ]= pred16x16_plane_svq3_c;
1157 h->pred16x16[PLANE_PRED8x8 ]= pred16x16_plane_rv40_c;
1160 h->pred16x16[PLANE_PRED8x8 ]= pred16x16_plane_c;
1162 h->pred16x16[LEFT_DC_PRED8x8]= pred16x16_left_dc_c;
1163 h->pred16x16[TOP_DC_PRED8x8 ]= pred16x16_top_dc_c;
1164 h->pred16x16[DC_128_PRED8x
[all...]
H A Drv34.c1013 r->h.pred16x16[itype](Y, s->linesize);
H A Dh264.c1227 h->hpc.pred16x16[ h->intra16x16_pred_mode ](dest_y , linesize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh264pred.h78 void (*pred16x16[4+3])(uint8_t *src, int stride); member in struct:H264PredContext
H A Dh264pred.c1148 h->pred16x16[DC_PRED8x8 ]= pred16x16_dc_c;
1149 h->pred16x16[VERT_PRED8x8 ]= pred16x16_vertical_c;
1150 h->pred16x16[HOR_PRED8x8 ]= pred16x16_horizontal_c;
1151 h->pred16x16[PLANE_PRED8x8 ]= pred16x16_plane_c;
1154 h->pred16x16[PLANE_PRED8x8 ]= pred16x16_plane_svq3_c;
1157 h->pred16x16[PLANE_PRED8x8 ]= pred16x16_plane_rv40_c;
1160 h->pred16x16[PLANE_PRED8x8 ]= pred16x16_plane_c;
1162 h->pred16x16[LEFT_DC_PRED8x8]= pred16x16_left_dc_c;
1163 h->pred16x16[TOP_DC_PRED8x8 ]= pred16x16_top_dc_c;
1164 h->pred16x16[DC_128_PRED8x
[all...]
H A Drv34.c1013 r->h.pred16x16[itype](Y, s->linesize);
H A Dh264.c1227 h->hpc.pred16x16[ h->intra16x16_pred_mode ](dest_y , linesize);

Completed in 225 milliseconds