Home
last modified time | relevance | path

Searched refs:off (Results 1 – 25 of 29) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_write_bit_buffer.c18 const int off = (int)wb->bit_offset; in vp9_wb_write_bit() local
19 const int p = off / CHAR_BIT; in vp9_wb_write_bit()
20 const int q = CHAR_BIT - 1 - off % CHAR_BIT; in vp9_wb_write_bit()
27 wb->bit_offset = off + 1; in vp9_wb_write_bit()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_read_bit_buffer.c17 const size_t off = rb->bit_offset; in vp9_rb_read_bit() local
18 const size_t p = off / CHAR_BIT; in vp9_rb_read_bit()
19 const int q = CHAR_BIT - 1 - (int)off % CHAR_BIT; in vp9_rb_read_bit()
25 rb->bit_offset = off + 1; in vp9_rb_read_bit()
/hardware/qcom/power/
Dpower.c63 static void sync_thread(int off) in sync_thread() argument
76 if (!off) { in sync_thread()
89 static void enc_boost(int off) in enc_boost() argument
102 if (!off) { in enc_boost()
/hardware/intel/img/libdrm/libdrm/
DChangeLog4 Avoid walking off the end of the hash table. (Coverity report #465)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dx86_abi_support.asm308 %assign off 16
310 mov rax,[rbp+off]
312 %assign off off+8
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_ad.cpp163 const int off = 0; in prepare() local
164 adWrite(off); in prepare()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_ad.cpp178 const int off = 0; in prepare() local
179 adWrite(off); in prepare()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_ad.cpp178 const int off = 0; in prepare() local
179 adWrite(off); in prepare()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_loopfilter_intrin_sse2.c575 unsigned int off = i * 8; in mb_lpf_horizontal_edge_w_sse2_16() local
576 p7 = _mm_unpacklo_epi8(_mm_loadl_epi64((__m128i *)(&ap[7 * 16] + off)), in mb_lpf_horizontal_edge_w_sse2_16()
578 p6 = _mm_unpacklo_epi8(_mm_loadl_epi64((__m128i *)(&ap[6 * 16] + off)), in mb_lpf_horizontal_edge_w_sse2_16()
580 p5 = _mm_unpacklo_epi8(_mm_loadl_epi64((__m128i *)(&ap[5 * 16] + off)), in mb_lpf_horizontal_edge_w_sse2_16()
582 p4 = _mm_unpacklo_epi8(_mm_loadl_epi64((__m128i *)(&ap[4 * 16] + off)), in mb_lpf_horizontal_edge_w_sse2_16()
584 p3 = _mm_unpacklo_epi8(_mm_loadl_epi64((__m128i *)(&ap[3 * 16] + off)), in mb_lpf_horizontal_edge_w_sse2_16()
586 p2 = _mm_unpacklo_epi8(_mm_loadl_epi64((__m128i *)(&ap[2 * 16] + off)), in mb_lpf_horizontal_edge_w_sse2_16()
588 p1 = _mm_unpacklo_epi8(_mm_loadl_epi64((__m128i *)(&ap[1 * 16] + off)), in mb_lpf_horizontal_edge_w_sse2_16()
590 p0 = _mm_unpacklo_epi8(_mm_loadl_epi64((__m128i *)(&ap[0 * 16] + off)), in mb_lpf_horizontal_edge_w_sse2_16()
592 q0 = _mm_unpacklo_epi8(_mm_loadl_epi64((__m128i *)(&aq[0 * 16] + off)), in mb_lpf_horizontal_edge_w_sse2_16()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
Dmkvparser.cpp1269 const long long off = pCluster->GetPosition(); in DoLoadCluster() local
1270 assert(off >= 0); in DoLoadCluster()
1272 if (off == cluster_off) //preloaded already in DoLoadCluster()
1483 const long long off = pCluster->GetPosition(); in DoLoadCluster()
1484 assert(off >= 0); in DoLoadCluster()
1486 if (off == cluster_off) //preloaded already in DoLoadCluster()
2003 void Segment::ParseCues(long long off)
2011 long long pos = m_start + off;
2052 long long off, in ParseCues() argument
2059 if (off < 0) in ParseCues()
[all …]
Dmkvparser.hpp707 long long off); //offset relative to segment
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dfilter_altivec.asm416 ;# Back off input buffer by 2 bytes. Need 2 before and 3 after
441 ;# if the second filter is not null then need to back off by 2*pitch
461 ;# if the second filter is not null then need to back off by 2*pitch
816 ;# if the second filter is not null then need to back off by 2*pitch
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvparser.cpp1299 const long long off = pCluster->GetPosition(); in DoLoadCluster() local
1300 assert(off >= 0); in DoLoadCluster()
1302 if (off == cluster_off) //preloaded already in DoLoadCluster()
1513 const long long off = pCluster->GetPosition(); in DoLoadCluster()
1514 assert(off >= 0); in DoLoadCluster()
1516 if (off == cluster_off) //preloaded already in DoLoadCluster()
2033 void Segment::ParseCues(long long off)
2041 long long pos = m_start + off;
2082 long long off, in ParseCues() argument
2089 if (off < 0) in ParseCues()
[all …]
Dmkvparser.hpp886 long long off); //offset relative to segment
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dconfigure.sh85 ${toggle_optimizations} turn on/off compiler optimization flags
86 ${toggle_pic} turn on/off Position Independent Code
87 ${toggle_ccache} turn on/off compiler cache
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
Dfilter_v6.asm42 add r12, r3, #16 ; square off the output
132 add r12, r3, #16 ; square off the output
225 add r12, r3, #16 ; square off the output
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
Domx_vdec_test.cpp1874 int off; in Play_Decoder() local
2941 loff_t off = (len - readOffset)*1LL; in Read_Buffer_From_RCV_File() local
2942 lseek64(inputBufferFileFd, off ,SEEK_CUR); in Read_Buffer_From_RCV_File()
3164 loff_t off = (byte_pos - offset_array[pckt_end_idx]); in Read_Buffer_From_DivX_4_5_6_File() local
3165 if ( lseek64(inputBufferFileFd, -1LL*off , SEEK_CUR) == -1 ){ in Read_Buffer_From_DivX_4_5_6_File()
3167 ", current position =0x%llx", -1LL*off, in Read_Buffer_From_DivX_4_5_6_File()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
Domx_vdec_test.cpp2106 int off; in Play_Decoder() local
3242 loff_t off = (len - readOffset)*1LL; in Read_Buffer_From_RCV_File() local
3243 lseek64(inputBufferFileFd, off ,SEEK_CUR); in Read_Buffer_From_RCV_File()
3460 loff_t off = (byte_pos - offset_array[pckt_end_idx]); in Read_Buffer_From_DivX_4_5_6_File() local
3461 if ( lseek64(inputBufferFileFd, -1LL*off , SEEK_CUR) == -1 ) { in Read_Buffer_From_DivX_4_5_6_File()
3463 ", current position =0x%llx", -1LL*off, in Read_Buffer_From_DivX_4_5_6_File()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
Dboolhuff_armv5te.asm238 ; off of v, so set a flag here based on this.
Dvp8_packtokens_armv5.asm88 ; off of v, so set a flag here based on this.
Dvp8_packtokens_mbrow_armv5.asm109 ; off of v, so set a flag here based on this.
Dvp8_packtokens_partitions_armv5.asm138 ; off of v, so set a flag here based on this.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dlibs.doxy_template438 # The QUIET tag can be used to turn on/off the messages that are generated
443 # The WARNINGS tag can be used to turn on/off the warning messages that are
770 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
786 # probably better off using the HTML help feature.
1137 # or super classes. Setting the tag to NO turns the diagrams off. Note that
DCHANGELOG93 a boolean - zero (off) or non-zero (on). For compatibility with
/hardware/intel/common/libva/doc/
DDoxyfile545 # The QUIET tag can be used to turn on/off the messages that are generated
550 # The WARNINGS tag can be used to turn on/off the warning messages that are
1034 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
1052 # Windows users are probably better off using the HTML help feature.
1481 # or super classes. Setting the tag to NO turns the diagrams off. Note that

12