Searched refs:skip_references (Results 1 – 5 of 5) sorted by relevance
55 const bool* const skip_references = reference_info.skip_references.data(); in MotionFieldProjectionKernel_C() local73 if (skip_references[source_reference_type]) continue; in MotionFieldProjectionKernel_C()
75 std::array<bool, kNumReferenceFrameTypes> skip_references; member
176 const bool* const skip_references = reference_info.skip_references.data(); in MotionFieldProjectionKernel_SSE4_1() local199 const __m128i skip_reference = LoadLo8(skip_references); in MotionFieldProjectionKernel_SSE4_1()330 if (skip_references[source_reference_type]) continue; in MotionFieldProjectionKernel_SSE4_1()
172 const bool* const skip_references = reference_info.skip_references.data(); in MotionFieldProjectionKernel_NEON() local196 vld1_s8(reinterpret_cast<const int8_t*>(skip_references)); in MotionFieldProjectionKernel_NEON()326 if (skip_references[source_reference_type]) continue; in MotionFieldProjectionKernel_NEON()
2122 reference_info->skip_references[kReferenceFrameIntra] = true; in ParseFrameParameters()2141 reference_info->skip_references[reference_frame] = in ParseFrameParameters()2144 reference_info->skip_references[reference_frame] in ParseFrameParameters()