• Home
  • Raw
  • Download

Lines Matching +full:d3 +full:- +full:array

9 @* http://www.apache.org/licenses/LICENSE-2.0
30 @ * - ihevc_pad_left_luma()
31 @ * - ihevc_pad_left_chroma()
43 @* padding (luma block) at the left of a 2d array
46 @* the left column of a 2d array is replicated for pad_size times at the left
56 @* integer height of the array
59 @* integer width of the array
62 @* integer -padding size of the array
65 @* integer height of the array
68 @* integer width of the array
100 stmfd sp!, {r4-r11,lr} @stack stores the values of the arguments
130 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
131 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
132 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
133 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
134 vst1.8 {d2,d3},[r5] @128/8 = 16 bytes store
156 ldmfd sp!,{r4-r11,pc} @reload the registers from sp
166 @* padding (chroma block) at the left of a 2d array
169 @* the left column of a 2d array is replicated for pad_size times at the left
179 @* integer height of the array
182 @* integer width of the array (each colour component)
185 @* integer -padding size of the array
188 @* integer height of the array
191 @* integer width of the array
219 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments
249 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
250 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
251 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
252 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
253 vst1.8 {d2,d3},[r5] @128/8 = 16 bytes store
275 ldmfd sp!,{r4-r11,pc} @reload the registers from sp
285 @* padding (luma block) at the right of a 2d array
288 @* the right column of a 2d array is replicated for pad_size times at the right
298 @* integer height of the array
301 @* integer width of the array
304 @* integer -padding size of the array
307 @* integer height of the array
310 @* integer width of the array
329 @ memset(pu1_src, *(pu1_src -1), pad_size)@
348 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments
354 ldrb r8,[r0, #-1]
356 ldrb r9,[r0, #-1]
358 ldrb r10,[r0, #-1]
360 ldrb r11,[r0, #-1]
379 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
380 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
381 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
382 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
383 vst1.8 {d2,d3},[r5] @128/8 = 16 bytes store
405 ldmfd sp!,{r4-r11,pc} @reload the registers from sp
415 @@* padding (chroma block) at the right of a 2d array
418 @* the right column of a 2d array is replicated for pad_size times at the right
428 @@* integer height of the array
431 @* integer width of the array (each colour component)
434 @* integer -padding size of the array
437 @@* integer height of the array
440 @* integer width of the array
467 stmfd sp!, {r4-r11, lr} @stack stores the values of the arguments
473 ldrh r8,[r0, #-2]
475 ldrh r9,[r0, #-2]
477 ldrh r10,[r0, #-2]
479 ldrh r11,[r0, #-2]
497 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
498 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
499 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
500 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store
501 vst1.8 {d2,d3},[r5] @128/8 = 16 bytes store
523 ldmfd sp!,{r4-r11,pc} @reload the registers from sp