Searched refs:has_topright (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | h264pred_mips.h | 30 void ff_pred8x8l_top_dc_8_mmi(uint8_t *src, int has_topleft, int has_topright, 32 void ff_pred8x8l_dc_8_mmi(uint8_t *src, int has_topleft, int has_topright, 35 int has_topright, ptrdiff_t stride);
|
D | h264pred_mmi.c | 156 int has_topright, ptrdiff_t stride) in ff_pred8x8l_top_dc_8_mmi() argument 216 [has_topleft]"r"(has_topleft), [has_topright]"r"(has_topright), in ff_pred8x8l_top_dc_8_mmi() 246 void ff_pred8x8l_dc_8_mmi(uint8_t *src, int has_topleft, int has_topright, in ff_pred8x8l_dc_8_mmi() argument 320 [has_topleft]"r"(has_topleft), [has_topright]"r"(has_topright) in ff_pred8x8l_dc_8_mmi() 353 int has_topright, ptrdiff_t stride) in ff_pred8x8l_vertical_8_mmi() argument 407 [has_topleft]"r"(has_topleft), [has_topright]"r"(has_topright) in ff_pred8x8l_vertical_8_mmi()
|
/third_party/ffmpeg/tests/checkasm/ |
D | h264pred.c | 214 int has_topright = neighbors & 0x4000; in check_pred8x8l() local 220 call_ref(src0, has_topleft, has_topright, 24*SIZEOF_PIXEL); in check_pred8x8l() 221 call_new(src1, has_topleft, has_topright, 24*SIZEOF_PIXEL); in check_pred8x8l() 224 bench_new(src1, has_topleft, has_topright, 24*SIZEOF_PIXEL); in check_pred8x8l()
|
/third_party/ffmpeg/libavcodec/ |
D | h264pred_template.c | 862 const int t7 av_unused = ((has_topright ? SRC(8,-1) : SRC(7,-1)) \ 869 if(has_topright) { \ 886 int has_topright, ptrdiff_t _stride) in FUNCC() 894 int has_topright, ptrdiff_t _stride) in FUNCC() 904 int has_topright, ptrdiff_t _stride) in FUNCC() 914 int has_topright, ptrdiff_t _stride) in FUNCC() 926 int has_topright, ptrdiff_t _stride) in FUNCC() 940 int has_topright, ptrdiff_t _stride) in FUNCC() 964 int has_topright, ptrdiff_t _stride) in FUNCC() 987 int has_topright, ptrdiff_t _stride) in FUNCC() [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | h264_intrapred_10bit.asm | 510 ; void ff_pred8x8l_128_dc_10(pixel *src, int has_topleft, int has_topright, 535 ; void ff_pred8x8l_top_dc_10(pixel *src, int has_topleft, int has_topright, 575 ; void ff_pred8x8l_dc_10(pixel *src, int has_topleft, int has_topright, 635 ; void ff_pred8x8l_vertical_10(pixel *src, int has_topleft, int has_topright, 672 ; int has_topright, ptrdiff_t stride) 728 ; void ff_pred8x8l_down_left_10(pixel *src, int has_topleft, int has_topright, 798 ; int has_topright, ptrdiff_t stride) 873 ; int has_topright, ptrdiff_t stride) 944 ; int has_topright, ptrdiff_t stride)
|
D | h264_intrapred.asm | 1049 ; void ff_pred8x8l_top_dc_8(uint8_t *src, int has_topleft, int has_topright, 1105 ; void ff_pred8x8l_dc_8(uint8_t *src, int has_topleft, int has_topright, 1210 ; int has_topright, ptrdiff_t stride) 1281 ; void ff_pred8x8l_vertical_8(uint8_t *src, int has_topleft, int has_topright, 1333 ; int has_topright, ptrdiff_t stride) 1534 ; int has_topright, ptrdiff_t stride) 1786 ; int has_topright, ptrdiff_t stride) 2014 ; int has_topright, ptrdiff_t stride) 2104 ; int has_topright, ptrdiff_t stride) 2192 ; int has_topright, ptrdiff_t stride)
|
D | h264_intrapred_init.c | 62 int has_topright, \
|