| /external/libgav1/src/tile/bitstream/ | 
| D | palette.cc | 34 int Tile::GetPaletteCache(const Block& block, PlaneType plane_type,  in GetPaletteCache() 63   const PlaneType plane_type = GetPlaneType(plane);  in ReadPaletteColors()  local 184     const Block& block, PlaneType plane_type, int i, int start, int end,  in PopulatePaletteColorContexts() 260   for (int plane_type = kPlaneTypeY;  in ReadPaletteTokens()  local
  | 
| D | mode_info.cc | 408 void Tile::ReadIntraAngleInfo(const Block& block, PlaneType plane_type) {  in ReadIntraAngleInfo() 708   for (int plane_type = kPlaneTypeY; plane_type <= kPlaneTypeUV; ++plane_type) {  in SetCdfContextPaletteSize()  local
  | 
| /external/libaom/av1/encoder/ | 
| D | encodetxb.h | 258   const PLANE_TYPE plane_type = get_plane_type(plane);  in av1_cost_skip_txb()  local
  | 
| D | txb_rdopt.c | 323   const PLANE_TYPE plane_type = get_plane_type(plane);  in av1_optimize_txb()  local 454     const PLANE_TYPE plane_type, const LV_MAP_COEFF_COST *const coeff_costs,  in warehouse_efficients_txb() 586     const PLANE_TYPE plane_type, const LV_MAP_COEFF_COST *const coeff_costs,  in warehouse_efficients_txb_laplacian() 610   const PLANE_TYPE plane_type = get_plane_type(plane);  in av1_cost_coeffs_txb()  local 646   const PLANE_TYPE plane_type = get_plane_type(plane);  in av1_cost_coeffs_txb_laplacian()  local
  | 
| D | encodetxb.c | 274   const PLANE_TYPE plane_type = get_plane_type(plane);  local 561   const PLANE_TYPE plane_type = pd->plane_type;  local 723   const PLANE_TYPE plane_type = pd->plane_type;  local
  | 
| D | encodemb.c | 727   PLANE_TYPE plane_type = get_plane_type(plane);  in av1_encode_block_intra()  local
  | 
| D | tx_search.c | 857   const PLANE_TYPE plane_type = get_plane_type(plane);  in inverse_transform_block_facade()  local 1008   const PLANE_TYPE plane_type = get_plane_type(plane);  in dist_block_px_domain()  local 2000     const PLANE_TYPE plane_type = get_plane_type(plane);  in predict_dc_only_block()  local
  | 
| /external/libvpx/vp8/encoder/ | 
| D | tokenize.c | 355   int plane_type;  in vp8_tokenize_mb()  local 438   int plane_type;  in vp8_stuff_mb()  local
  | 
| /external/libkmsxx/kms++/src/ | 
| D | plane.cpp | 50 PlaneType Plane::plane_type() const  in plane_type()  function in kms::Plane
  | 
| /external/igt-gpu-tools/tests/ | 
| D | kms_atomic_interruptible.c | 79 			   enum plane_test_type test_type, unsigned plane_type)  in run_plane_test()
  | 
| D | kms_rotation_crc.c | 368 static void test_plane_rotation(data_t *data, int plane_type, bool test_bad_format)  in test_plane_rotation()
  | 
| /external/libaom/av1/decoder/ | 
| D | decodetxb.c | 120   const PLANE_TYPE plane_type = get_plane_type(plane);  in av1_read_coeffs_txb()  local 350     const PLANE_TYPE plane_type = get_plane_type(plane);  in av1_read_coeffs_txb_facade()  local
  | 
| D | decodeframe.c | 209   PLANE_TYPE plane_type = get_plane_type(plane);  in predict_and_reconstruct_intra_block()  local 237   PLANE_TYPE plane_type = get_plane_type(plane);  in inverse_transform_inter_block()  local
  | 
| /external/libgav1/src/ | 
| D | quantizer.cc | 252     for (int plane_type = kPlaneTypeY; plane_type < kNumPlaneTypes;  in InitializeQuantizerMatrix()  local
  | 
| /external/libvpx/vp9/common/ | 
| D | vp9_blockd.h | 221 static INLINE TX_TYPE get_tx_type(PLANE_TYPE plane_type,  in get_tx_type() 231 static INLINE TX_TYPE get_tx_type_4x4(PLANE_TYPE plane_type,  in get_tx_type_4x4()
  | 
| /external/igt-gpu-tools/lib/ | 
| D | igt_kms.c | 563 const char *kmstest_plane_type_name(int plane_type)  in kmstest_plane_type_name() 2381 igt_plane_t *igt_pipe_get_plane_type(igt_pipe_t *pipe, int plane_type)  in igt_pipe_get_plane_type() 2417 int igt_pipe_count_plane_type(igt_pipe_t *pipe, int plane_type)  in igt_pipe_count_plane_type() 2438 igt_plane_t *igt_pipe_get_plane_type_index(igt_pipe_t *pipe, int plane_type,  in igt_pipe_get_plane_type_index() 3846 igt_plane_t *igt_output_get_plane_type(igt_output_t *output, int plane_type)  in igt_output_get_plane_type() 3865 int igt_output_count_plane_type(igt_output_t *output, int plane_type)  in igt_output_count_plane_type() 3884 					     int plane_type, int index)  in igt_output_get_plane_type_index()
  | 
| /external/libaom/av1/common/ | 
| D | blockd.h | 465   PLANE_TYPE plane_type;  member 1007                                      PLANE_TYPE plane_type) {  in intra_mode_to_tx_type() 1174 static INLINE TX_TYPE get_default_tx_type(PLANE_TYPE plane_type,  in get_default_tx_type() 1283                                       PLANE_TYPE plane_type, int blk_row,  in av1_get_tx_type()
  | 
| D | cdef.c | 272   const PLANE_TYPE plane_type = get_plane_type(plane);  in cdef_init_fb_col()  local
  | 
| /external/igt-gpu-tools/tests/i915/ | 
| D | i915_pm_rpm.c | 79 enum plane_type {  enum 1691 			   enum plane_type plane_type)  in test_one_plane()
  | 
| /external/libvpx/vp9/encoder/ | 
| D | vp9_encodemb.c | 76   const PLANE_TYPE plane_type = get_plane_type(plane);  in vp9_optimize_b()  local
  | 
| /external/libgav1/src/tile/ | 
| D | prediction.cc | 500   const PlaneType plane_type = GetPlaneType(plane);  in PalettePrediction()  local
  | 
| D | tile.cc | 1409   const PlaneType plane_type = GetPlaneType(plane);  in ReadTransformCoefficients()  local
  |