HomeSort by relevance Sort by last modified time
    Searched full:disable_luma_copy (Results 1 - 9 of 9) sorted by null

  /external/libhevc/decoder/
ihevcd_fmt_conv.h 89 WORD32 disable_luma_copy);
ihevcd_fmt_conv.c 599 WORD32 disable_luma_copy)
606 if(0 == disable_luma_copy)
709 WORD32 disable_luma_copy; local
743 disable_luma_copy = 0;
746 disable_luma_copy = 1;
846 if(0 == disable_luma_copy)
859 disable_luma_copy = 1;
871 disable_luma_copy);
  /external/libhevc/decoder/arm/
ihevcd_fmt_conv_420sp_to_420p.s 69 @* [R13 #72] disable_luma_copy *
105 LDR r5,[sp,#72] @//Load disable_luma_copy flag
106 CMP r5,#0 @//skip luma if disable_luma_copy is non-zero
  /external/libhevc/decoder/arm64/
ihevcd_fmt_conv_420sp_to_420p.s 63 //* [x13 #72] disable_luma_copy *
102 LDR w5, [sp,#112] ////Load disable_luma_copy flag
104 CMP x5,#0 ////skip luma if disable_luma_copy is non-zero
  /external/libavc/decoder/
ih264d_format_conv.h 76 WORD32 disable_luma_copy);
ih264d_format_conv.c 590 WORD32 disable_luma_copy)
597 if(0 == disable_luma_copy)
  /external/libavc/encoder/
ih264e_fmt_conv.h 99 WORD32 disable_luma_copy);
ih264e_fmt_conv.c 479 WORD32 disable_luma_copy)
486 if (0 == disable_luma_copy)
  /external/libhevc/decoder/x86/
ihevcd_fmt_conv_ssse3_intr.c 59 WORD32 disable_luma_copy)
69 if(0 == disable_luma_copy)

Completed in 90 milliseconds