Searched refs:DC_PRED8x8 (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.c53 h->pred8x8[DC_PRED8x8 ] = ff_pred8x8_dc_neon;
62 h->pred16x16[DC_PRED8x8 ] = ff_pred16x16_dc_neon;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/arm/
H A Dh264pred_init_arm.c53 h->pred8x8[DC_PRED8x8 ] = ff_pred8x8_dc_neon;
62 h->pred16x16[DC_PRED8x8 ] = ff_pred16x16_dc_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.c53 h->pred8x8[DC_PRED8x8 ] = ff_pred8x8_dc_neon;
62 h->pred16x16[DC_PRED8x8 ] = ff_pred16x16_dc_neon;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dh264pred.h56 #define DC_PRED8x8 0 macro
H A Dh264pred.c1134 h->pred8x8[DC_PRED8x8 ]= pred8x8_dc_c;
1142 h->pred8x8[DC_PRED8x8 ]= pred8x8_dc_rv40_c;
1148 h->pred16x16[DC_PRED8x8 ]= pred16x16_dc_c;
H A Drv34.c899 DC_PRED8x8, VERT_PRED8x8, HOR_PRED8x8, PLANE_PRED8x8,
948 if(itype == DC_PRED8x8) itype = LEFT_DC_PRED8x8;
952 if(itype == DC_PRED8x8) itype = TOP_DC_PRED8x8;
1021 if(itype == PLANE_PRED8x8) itype = DC_PRED8x8;
H A Dsvq3.c700 h->chroma_pred_mode = ff_h264_check_intra_pred_mode(h, DC_PRED8x8);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh264pred.h56 #define DC_PRED8x8 0 macro
H A Dh264pred.c1134 h->pred8x8[DC_PRED8x8 ]= pred8x8_dc_c;
1142 h->pred8x8[DC_PRED8x8 ]= pred8x8_dc_rv40_c;
1148 h->pred16x16[DC_PRED8x8 ]= pred16x16_dc_c;
H A Drv34.c899 DC_PRED8x8, VERT_PRED8x8, HOR_PRED8x8, PLANE_PRED8x8,
948 if(itype == DC_PRED8x8) itype = LEFT_DC_PRED8x8;
952 if(itype == DC_PRED8x8) itype = TOP_DC_PRED8x8;
1021 if(itype == PLANE_PRED8x8) itype = DC_PRED8x8;
H A Dsvq3.c700 h->chroma_pred_mode = ff_h264_check_intra_pred_mode(h, DC_PRED8x8);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh264pred.h56 #define DC_PRED8x8 0 macro
H A Dh264pred.c1134 h->pred8x8[DC_PRED8x8 ]= pred8x8_dc_c;
1142 h->pred8x8[DC_PRED8x8 ]= pred8x8_dc_rv40_c;
1148 h->pred16x16[DC_PRED8x8 ]= pred16x16_dc_c;
H A Drv34.c899 DC_PRED8x8, VERT_PRED8x8, HOR_PRED8x8, PLANE_PRED8x8,
948 if(itype == DC_PRED8x8) itype = LEFT_DC_PRED8x8;
952 if(itype == DC_PRED8x8) itype = TOP_DC_PRED8x8;
1021 if(itype == PLANE_PRED8x8) itype = DC_PRED8x8;
H A Dsvq3.c700 h->chroma_pred_mode = ff_h264_check_intra_pred_mode(h, DC_PRED8x8);

Completed in 217 milliseconds