Home
last modified time | relevance | path

Searched refs:AV_RN4PA (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dbit_depth_template.c38 # undef AV_RN4PA
72 # define AV_RN4PA AV_RN64A macro
92 # define AV_RN4PA AV_RN32A macro
Dh264pred_template.c39 const pixel4 a= AV_RN4PA(src-stride); in FUNCC()
334 const pixel4 a = AV_RN4PA(((pixel4*)(src-stride))+0); in FUNCC()
335 const pixel4 b = AV_RN4PA(((pixel4*)(src-stride))+1); in FUNCC()
336 const pixel4 c = AV_RN4PA(((pixel4*)(src-stride))+2); in FUNCC()
337 const pixel4 d = AV_RN4PA(((pixel4*)(src-stride))+3); in FUNCC()
493 const pixel4 a= AV_RN4PA(((pixel4*)(src-stride))+0); in FUNCC()
494 const pixel4 b= AV_RN4PA(((pixel4*)(src-stride))+1); in FUNCC()
507 const pixel4 a= AV_RN4PA(((pixel4*)(src-stride))+0); in FUNCC()
508 const pixel4 b= AV_RN4PA(((pixel4*)(src-stride))+1); in FUNCC()
956 a = AV_RN4PA(((pixel4*)src)+0); in FUNCC()
[all …]
Dvp9dsp_template.c38 pixel4 p4 = AV_RN4PA(top); in vert_4x4_c()
52 pixel4 p4a = AV_RN4PA(top + 0); in vert_8x8_c()
53 pixel4 p4b = AV_RN4PA(top + 4); in vert_8x8_c()
69 pixel4 p4a = AV_RN4PA(top + 0); in vert_16x16_c()
70 pixel4 p4b = AV_RN4PA(top + 4); in vert_16x16_c()
71 pixel4 p4c = AV_RN4PA(top + 8); in vert_16x16_c()
72 pixel4 p4d = AV_RN4PA(top + 12); in vert_16x16_c()
90 pixel4 p4a = AV_RN4PA(top + 0); in vert_32x32_c()
91 pixel4 p4b = AV_RN4PA(top + 4); in vert_32x32_c()
92 pixel4 p4c = AV_RN4PA(top + 8); in vert_32x32_c()
[all …]