Home
last modified time | relevance | path

Searched defs:left_array (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcpred_template.c98 pixel left_array[2 * MAX_TB_SIZE + 1]; in FUNC() local
/third_party/ffmpeg/libavcodec/mips/
Dhevcpred_msa.c1933 uint8_t left_array[2 * 32 + 1]; in ff_intra_pred_8_16x16_msa() local
2450 uint8_t left_array[2 * 32 + 1]; in ff_intra_pred_8_32x32_msa() local
/third_party/grpc/tools/codegen/core/
Dgen_huffman_decompressor.cc1093 std::unique_ptr<Array> left_array = ArrayToFunction(left, recurse - 1); in ArrayToFunction() local