Searched refs:H264_LPS_RANGE_OFFSET (Results 1 - 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_cabac.c | 72 AV_STRINGIFY(H264_LPS_RANGE_OFFSET), in decode_significance_x86() 84 AV_STRINGIFY(H264_LPS_RANGE_OFFSET), in decode_significance_x86() 153 AV_STRINGIFY(H264_LPS_RANGE_OFFSET), in decode_significance_8x8_x86() 172 AV_STRINGIFY(H264_LPS_RANGE_OFFSET), in decode_significance_8x8_x86()
|
H A D | cabac.h | 204 AV_STRINGIFY(H264_LPS_RANGE_OFFSET), in get_cabac_inline_x86()
|
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264_cabac.c | 73 [lps_off]"i"(H264_LPS_RANGE_OFFSET), in decode_significance_loongarch() 132 [lps_off]"i"(H264_LPS_RANGE_OFFSET), [sig_off]"r"(sig_off), in decode_significance_8x8_loongarch()
|
H A D | cabac.h | 138 [lps_off]"i"(H264_LPS_RANGE_OFFSET), in get_cabac_inline_loongarch()
|
/third_party/ffmpeg/libavcodec/ |
H A D | cabac.h | 34 #define H264_LPS_RANGE_OFFSET 512 macro
|
H A D | cabac_functions.h | 59 static const uint8_t * const ff_h264_lps_range = ff_h264_cabac_tables + H264_LPS_RANGE_OFFSET;
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | cabac.h | 99 [lps_off]"I"(H264_LPS_RANGE_OFFSET), in get_cabac_inline_arm()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | cabac.h | 94 [lps_off]"I"(H264_LPS_RANGE_OFFSET), in get_cabac_inline_aarch64()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | cabac.h | 113 [lps_off]"i"(H264_LPS_RANGE_OFFSET), in get_cabac_inline_mips()
|
Completed in 4 milliseconds