HomeSort by relevance Sort by last modified time
    Searched refs:nop_cnt (Results 1 - 14 of 14) sorted by null

  /external/libavc/common/arm/
ih264_platform_macros.h 94 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");}
112 #define NOP(nop_cnt) \
115 for (nop_i = 0; nop_i < nop_cnt; nop_i++) \
  /external/libavc/common/armv8/
ih264_platform_macros.h 94 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");}
112 #define NOP(nop_cnt) \
115 for (nop_i = 0; nop_i < nop_cnt; nop_i++) \
  /external/libavc/common/mips/
ih264_platform_macros.h 68 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++);}
  /external/libavc/common/x86/
ih264_platform_macros.h 67 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");}
  /external/libhevc/common/mips/
ihevc_platform_macros.h 88 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = (nop_cnt) ; nop_i > 0 ; nop_i--) asm("nop");}
  /external/libmpeg2/common/arm/
icv_platform_macros.h 96 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");}
  /external/libmpeg2/common/armv8/
icv_platform_macros.h 68 #define NOP(nop_cnt) \
71 for (nop_i = 0; nop_i < nop_cnt; nop_i++) \
  /external/libmpeg2/common/mips/
icv_platform_macros.h 81 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");}
  /external/libmpeg2/common/x86/
icv_platform_macros.h 81 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = 0; nop_i < nop_cnt; nop_i++) asm("nop");}
  /external/libavc/decoder/
ih264d_thread_compute_bs.c 342 WORD32 nop_cnt = 8*128; local
356 if(nop_cnt > 0)
358 nop_cnt -= 128;
363 nop_cnt = 8*128;
408 WORD32 nop_cnt = 8*128; local
417 if(nop_cnt > 0)
419 nop_cnt -= 128;
438 nop_cnt = 8*128;
515 WORD32 nop_cnt = 8*128; local
550 if(nop_cnt > 0
    [all...]
ih264d_thread_parse_decode.c 216 WORD32 nop_cnt = 8*128; local
243 if(nop_cnt > 0)
245 nop_cnt -= 128;
264 nop_cnt = 8*128;
457 WORD32 nop_cnt = 8 * 128; local
465 if(nop_cnt > 0)
467 nop_cnt -= 128;
484 nop_cnt = 8*128;
  /external/libhevc/common/x86/
ihevc_platform_macros.h 69 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = (nop_cnt) ; nop_i > 0 ; nop_i--) asm("nop");}
  /external/libhevc/common/arm/
ihevc_platform_macros.h 221 #define NOP(nop_cnt) {UWORD32 nop_i; for (nop_i = (nop_cnt) ; nop_i > 0 ; nop_i--) asm("nop");}
  /external/libhevc/decoder/
ihevcd_process_slice.c 116 WORD32 nop_cnt; local
122 nop_cnt = PROC_NOP_CNT;
180 if(nop_cnt > 0)
183 nop_cnt -= 128;
187 nop_cnt = PROC_NOP_CNT;
527 WORD32 nop_cnt; local
591 nop_cnt = PROC_NOP_CNT;
615 if(nop_cnt > 0)
618 nop_cnt -= 128;
622 nop_cnt = PROC_NOP_CNT
    [all...]

Completed in 616 milliseconds