Home
last modified time | relevance | path

Searched refs:ITU_YUV_420_0 (Results 1 – 6 of 6) sorted by relevance

/hardware/google/av/media/codecs/vpx/
DC2SoftVpxDec.cpp107 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl()
115 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Dec.cpp122 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl()
130 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp92 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl()
99 {C2ChromaOffsetStruct::ITU_YUV_420_0()}, 0u, 8u /* bitDepth */, in IntfImpl()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp114 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl()
122 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.cpp83 C2ChromaOffsetStruct locations[1] = { C2ChromaOffsetStruct::ITU_YUV_420_0() }; in IntfImpl()
91 { C2ChromaOffsetStruct::ITU_YUV_420_0() }, in IntfImpl()
/hardware/google/av/codec2/include/
DC2Config.h1311 constexpr static C2ChromaOffsetStruct ITU_YUV_420_0() { return { 0.0f, 0.5f }; } in ITU_YUV_420_0() function