HomeSort by relevance Sort by last modified time
    Searched defs:epilog (Results 1 - 25 of 46) sorted by null

1 2

  /external/autotest/client/bin/
screenshot.py 8 epilog="I can output PNG, JPEG, GIF, and other PIL-supported formats.") variable
  /external/libhevc/common/arm/
ihevc_inter_pred_filters_luma_vert_w16inp.s 137 sub r7, #4 @subtract by one for epilog
216 beq epilog @jumps to epilog
303 epilog: label
ihevc_inter_pred_luma_vert_w16inp_w16out.s 147 sub r7, #4 @subtract by one for epilog
229 beq epilog @jumps to epilog
320 epilog: label
ihevc_inter_pred_chroma_vert.s 224 sub r12,#4 @subtract by one for epilog
275 ble epilog @jumps to epilog
341 epilog: label
ihevc_inter_pred_chroma_vert_w16inp.s 178 sub r12,#4 @subtract by one for epilog
230 beq epilog @jumps to epilog
287 epilog: label
ihevc_inter_pred_chroma_vert_w16inp_w16out.s 176 sub r12,#4 @subtract by one for epilog
227 beq epilog @jumps to epilog
280 epilog: label
ihevc_inter_pred_chroma_vert_w16out.s 223 sub r12,#4 @subtract by one for epilog
271 ble epilog @jumps to epilog
330 epilog: label
ihevc_inter_pred_luma_copy_w16out.s 143 sub r7,r7,#4 @subtract one for epilog
175 beq epilog @jumps to epilog
219 epilog: label
ihevc_inter_pred_chroma_copy_w16out.s 201 sub r7,r7,#4 @subtract one for epilog
235 beq epilog @jumps to epilog
279 epilog: label
ihevc_inter_pred_chroma_horz.s 285 epilog: label
ihevc_intra_pred_luma_planar.s 317 beq epilog
342 beq epilog
509 epilog: label
  /external/libhevc/common/arm64/
ihevc_inter_pred_filters_luma_vert_w16inp.s 144 sub x7, x7,#4 //subtract by one for epilog
225 beq epilog //jumps to epilog
314 epilog: label
ihevc_inter_pred_luma_vert_w16inp_w16out.s 155 sub x7, x7, #4 //subtract by one for epilog
239 beq epilog //jumps to epilog
332 epilog: label
ihevc_inter_pred_chroma_vert.s 229 sub x12, x12,#4 //subtract by one for epilog
284 ble epilog //jumps to epilog
360 epilog: label
ihevc_inter_pred_chroma_vert_w16inp.s 183 sub x12, x12,#4 //subtract by one for epilog
238 beq epilog //jumps to epilog
298 epilog: label
ihevc_inter_pred_chroma_vert_w16inp_w16out.s 181 sub x12, x12,#4 //subtract by one for epilog
235 beq epilog //jumps to epilog
291 epilog: label
ihevc_inter_pred_chroma_vert_w16out.s 229 sub x12, x12,#4 //subtract by one for epilog
281 ble epilog //jumps to epilog
352 epilog: label
ihevc_inter_pred_luma_copy_w16out.s 157 sub x7,x7,#4 //subtract one for epilog
192 beq epilog //jumps to epilog
239 epilog: label
ihevc_intra_pred_luma_planar.s 313 beq epilog
343 beq epilog
517 epilog: label
ihevc_inter_pred_chroma_copy_w16out.s 215 sub x7,x7,#4 //subtract one for epilog
252 beq epilog //jumps to epilog
299 epilog: label
ihevc_inter_pred_chroma_horz.s 343 epilog: label
ihevc_inter_pred_filters_luma_vert.s 154 sub x7, x7,#4 //subtract by one for epilog
248 beq epilog //jumps to epilog
363 epilog: label
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_iterate.h 65 (* epilog)( member in struct:tgsi_iterate_context
tgsi_transform.h 63 void (*epilog)(struct tgsi_transform_context *ctx); member in struct:tgsi_transform_context
  /external/autotest/scheduler/
prejob_task.py 10 and epilog of each task.
25 epilog:
32 epilog:
48 will flip the host to 'RepairFailed' in its epilog, and it will remain in this
68 def epilog(self): member in class:PreJobTask
69 super(PreJobTask, self).epilog()
190 def epilog(self): member in class:VerifyTask
191 super(VerifyTask, self).epilog()
242 def epilog(self): member in class:CleanupTask
243 super(CleanupTask, self).epilog()
290 def epilog(self): member in class:ResetTask
412 def epilog(self): member in class:ProvisionTask
461 def epilog(self): member in class:RepairTask
    [all...]

Completed in 482 milliseconds

1 2