/third_party/ffmpeg/tests/checkasm/ |
D | h264pred.c | 146 uint8_t *topright = buf0 + 2*16; in check_pred4x4() local 148 …V_CPU_FLAG_MMX | AV_CPU_FLAG_MMXEXT, void, uint8_t *src, const uint8_t *topright, ptrdiff_t stride… in check_pred4x4() 153 call_ref(src0, topright, 12*SIZEOF_PIXEL); in check_pred4x4() 154 call_new(src1, topright, 12*SIZEOF_PIXEL); in check_pred4x4() 157 bench_new(src1, topright, 12*SIZEOF_PIXEL); in check_pred4x4() 207 …declare_func_emms(AV_CPU_FLAG_MMXEXT, void, uint8_t *src, int topleft, int topright, ptrdiff_t str… in check_pred8x8l()
|
/third_party/ffmpeg/libavcodec/ |
D | h264pred.c | 56 static void pred4x4_127_dc_c(uint8_t *src, const uint8_t *topright, in pred4x4_127_dc_c() argument 68 static void pred4x4_129_dc_c(uint8_t *src, const uint8_t *topright, in pred4x4_129_dc_c() argument 80 static void pred4x4_vertical_vp8_c(uint8_t *src, const uint8_t *topright, in pred4x4_vertical_vp8_c() argument 97 static void pred4x4_horizontal_vp8_c(uint8_t *src, const uint8_t *topright, in pred4x4_horizontal_vp8_c() argument 109 static void pred4x4_down_left_svq3_c(uint8_t *src, const uint8_t *topright, in pred4x4_down_left_svq3_c() argument 133 static void pred4x4_down_left_rv40_c(uint8_t *src, const uint8_t *topright, in pred4x4_down_left_rv40_c() argument 160 const uint8_t *topright, in pred4x4_down_left_rv40_nodown_c() argument 185 static void pred4x4_vertical_left_rv40(uint8_t *src, const uint8_t *topright, in pred4x4_vertical_left_rv40() argument 211 static void pred4x4_vertical_left_rv40_c(uint8_t *src, const uint8_t *topright, in pred4x4_vertical_left_rv40_c() argument 217 pred4x4_vertical_left_rv40(src, topright, stride, l0, l1, l2, l3, l4); in pred4x4_vertical_left_rv40_c() [all …]
|
D | h264pred.h | 95 void(*pred4x4[9 + 3 + 3])(uint8_t *src, const uint8_t *topright, 97 void(*pred8x8l[9 + 3])(uint8_t *src, int topleft, int topright, 107 … int16_t *block /*align 16*/, int topleft, int topright, ptrdiff_t stride);
|
D | h264pred_template.c | 34 static void FUNCC(pred4x4_vertical)(uint8_t *_src, const uint8_t *topright, in FUNCC() 47 static void FUNCC(pred4x4_horizontal)(uint8_t *_src, const uint8_t *topright, in FUNCC() 58 static void FUNCC(pred4x4_dc)(uint8_t *_src, const uint8_t *topright, in FUNCC() 73 static void FUNCC(pred4x4_left_dc)(uint8_t *_src, const uint8_t *topright, in FUNCC() 87 static void FUNCC(pred4x4_top_dc)(uint8_t *_src, const uint8_t *topright, in FUNCC() 101 static void FUNCC(pred4x4_128_dc)(uint8_t *_src, const uint8_t *topright, in FUNCC() 116 const unsigned av_unused t4 = topright[0];\ 117 const unsigned av_unused t5 = topright[1];\ 118 const unsigned av_unused t6 = topright[2];\ 119 const unsigned av_unused t7 = topright[3];\ [all …]
|
D | h264_mb.c | 673 uint8_t *topright; in hl_decode_mb_predict_luma() local 682 topright = (uint8_t *)&tr_high; in hl_decode_mb_predict_luma() 685 topright = (uint8_t *)&tr; in hl_decode_mb_predict_luma() 688 topright = ptr + (4 << pixel_shift) - linesize; in hl_decode_mb_predict_luma() 690 topright = NULL; in hl_decode_mb_predict_luma() 692 h->hpc.pred4x4[dir](ptr, topright, linesize); in hl_decode_mb_predict_luma()
|
D | svq3.c | 643 uint8_t *topright; in hl_decode_mb_predict_luma() local 647 topright = ptr + 4 - linesize; in hl_decode_mb_predict_luma() 649 topright = NULL; in hl_decode_mb_predict_luma() 651 s->hpc.pred4x4[dir](ptr, topright, linesize); in hl_decode_mb_predict_luma()
|
D | vp8.c | 1713 uint8_t *topright = ptr + 4 - s->linesize; in intra_predict() local 1721 topright = tr_top; in intra_predict() 1723 topright = tr_right; in intra_predict() 1753 s->hpc.pred4x4[mode](dst, topright, linesize); in intra_predict() 1770 topright += 4; in intra_predict()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_delogo.c | 108 uint8_t *topleft, *botleft, *topright; in apply_delogo() local 124 topright = src+logo_y1 * src_linesize+logo_x2; in apply_delogo() 137 right_sample = topright[src_linesize*(y-logo_y1)] + in apply_delogo() 138 topright[src_linesize*(y-logo_y1-1)] + in apply_delogo() 139 topright[src_linesize*(y-logo_y1+1)]; in apply_delogo()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | h264pred_mips.h | 36 void ff_pred4x4_dc_8_mmi(uint8_t *src, const uint8_t *topright,
|
D | h264pred_mmi.c | 435 void ff_pred4x4_dc_8_mmi(uint8_t *src, const uint8_t *topright, in ff_pred4x4_dc_8_mmi() argument
|
/third_party/ffmpeg/libavcodec/x86/ |
D | h264_intrapred_10bit.asm | 54 ; void ff_pred4x4_down_right_10(pixel *src, const pixel *topright, 93 ; void ff_pred4x4_vertical_right_10(pixel *src, const pixel *topright, 133 ; void ff_pred4x4_horizontal_down_10(pixel *src, const pixel *topright, 176 ; void ff_pred4x4_dc_10(pixel *src, const pixel *topright, ptrdiff_t stride) 201 ; void ff_pred4x4_down_left_10(pixel *src, const pixel *topright, 232 ; void ff_pred4x4_vertical_left_10(pixel *src, const pixel *topright, 262 ; void ff_pred4x4_horizontal_up_10(pixel *src, const pixel *topright,
|
D | h264_intrapred.asm | 1744 ; void ff_pred4x4_dc_8_mmxext(uint8_t *src, const uint8_t *topright, 1775 ; void ff_pred4x4_tm_vp8_8_mmxext(uint8_t *src, const uint8_t *topright, 1841 ; void ff_pred4x4_vertical_vp8_8_mmxext(uint8_t *src, const uint8_t *topright, 1862 ; void ff_pred4x4_down_left_8_mmxext(uint8_t *src, const uint8_t *topright, 1889 ; void ff_pred4x4_vertical_left_8_mmxext(uint8_t *src, const uint8_t *topright, 1915 ; void ff_pred4x4_horizontal_up_8_mmxext(uint8_t *src, const uint8_t *topright, 1950 ; const uint8_t *topright, 1987 ; const uint8_t *topright, 2018 ; void ff_pred4x4_down_right_8_mmxext(uint8_t *src, const uint8_t *topright,
|
D | h264_intrapred_init.c | 32 const uint8_t *topright, \
|
/third_party/skia/third_party/externals/oboe/docs/reference/ |
D | doxygen.css | 635 -moz-border-radius-topright: 4px; 990 -moz-border-radius-topright: 4px;
|
/third_party/libevdev/doc/html/ |
D | doxygen.css | 697 -moz-border-radius-topright: 4px; 1052 -moz-border-radius-topright: 4px;
|
/third_party/ffmpeg/doc/ |
D | snow.txt | 107 s_context= 2*left->level + 2*top->level + topleft->level + topright->level
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 6344 …bool getRawDataFromPixelData(std::vector<char>& result, PixelData topleft, PixelData topright, Pix… 8372 …iredCase::getRawDataFromPixelData(std::vector<char>& result, PixelData topleft, PixelData topright, in getRawDataFromPixelData() argument 8381 const PixelData* pixels[] = { &bottomleft, &bottomright, &topleft, &topright }; in getRawDataFromPixelData() 8386 DE_ASSERT(topleft.data_internalformat == topright.data_internalformat); in getRawDataFromPixelData() 8389 DE_ASSERT(topleft.data_type == topright.data_type); in getRawDataFromPixelData()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 82436 static nsIAtom* topright; member in nsGkAtoms
|